implement infinite hp/tp on proxy server

This commit is contained in:
Martin Michelsen
2022-05-23 00:10:41 -07:00
parent a50500a67d
commit 5a3a55b233
4 changed files with 49 additions and 4 deletions
+2
View File
@@ -61,6 +61,8 @@ public:
bool suppress_newserv_commands;
bool enable_chat_filter;
bool enable_switch_assist;
bool infinite_hp;
bool infinite_tp;
bool save_files;
int64_t function_call_return_value; // -1 = don't block function calls
G_SwitchStateChanged_6x05 last_switch_enabled_command;