]> git.lizzy.rs Git - elidragon_v2.git/commitdiff
Fix typo in grouplist mod
authorElias Fleckenstein <eliasfleckenstein@web.de>
Sat, 20 Feb 2021 16:57:49 +0000 (17:57 +0100)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Sat, 20 Feb 2021 16:57:49 +0000 (17:57 +0100)
mods/elidragon_grouplist/init.lua

index 26d9dd3eff4c3cb2e0b0a29d749ff2eb289b6492..73aeef62f588eaecc90577966066b198b72e691a 100644 (file)
@@ -3,7 +3,7 @@ grouplist.lists = {}
 
 function grouplist.register(group)
        local list = {}
-       grouplists.lists[group] = list
+       grouplist.lists[group] = list
        return list
 end