mirror of
https://github.com/lcdr/luserver.git
synced 2026-05-02 18:09:55 -05:00
v2019.01.13
- make the faction command available to mods
This commit is contained in:
@@ -60,6 +60,7 @@ class Everlasting(ChatCommand):
|
||||
class Faction(ChatCommand):
|
||||
def __init__(self):
|
||||
super().__init__("faction")
|
||||
self.command.set_defaults(perm=GMLevel.Mod)
|
||||
self.command.add_argument("faction", type=int)
|
||||
|
||||
def run(self, args, sender):
|
||||
|
||||
Reference in New Issue
Block a user