Add /unwarpable command

GMs should use this before going to weird places where their non-GM
buddies might warp to them and get stuck.
This commit is contained in:
2020-12-28 16:24:24 +01:00
parent 81d0964971
commit fc45775666
3 changed files with 17 additions and 0 deletions

View File

@@ -74,6 +74,7 @@ struct Player {
bool notify;
bool hidden;
bool unwarpable;
bool buddiesSynced;
int64_t buddyIDs[50];