Bugfix on copy_table and added refresh command to CLI

This commit is contained in:
Nathan Schneider
2021-12-28 14:39:34 -07:00
parent 18a29d674c
commit 1b0335c069
4 changed files with 17 additions and 12 deletions

View File

@@ -1,8 +1,5 @@
dofile("modpol_core/modpol.lua")
modpol.instance.members = {}
modpol.orgs.reset()
print("Log in as which user?")
local username = io.read()