allow setting remaining_mode from server options

This commit is contained in:
Fabian Dill
2020-11-30 21:07:02 +01:00
parent 60e20b7844
commit 5128657349
2 changed files with 3 additions and 2 deletions

View File

@@ -63,6 +63,7 @@ class Context(Node):
"server_password": str,
"password": str,
"forfeit_mode": str,
"remaining_mode": str,
"item_cheat": bool,
"compatibility": int}