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
@@ -436,6 +436,8 @@ ProxyServer::LinkedSession::LinkedSession(
suppress_newserv_commands(true),
enable_chat_filter(true),
enable_switch_assist(false),
infinite_hp(false),
infinite_tp(false),
save_files(false),
function_call_return_value(-1),
override_section_id(-1),