enable $patch on proxy server

This commit is contained in:
Martin Michelsen
2022-11-03 15:28:03 -07:00
parent 247904f019
commit a0a802f42f
5 changed files with 60 additions and 6 deletions
+2
View File
@@ -2,6 +2,7 @@
#include <event2/event.h>
#include <deque>
#include <map>
#include <unordered_map>
#include <unordered_set>
@@ -67,6 +68,7 @@ public:
bool infinite_tp;
bool save_files;
bool suppress_remote_login;
std::deque<bool> should_forward_function_call_return_queue;
int64_t function_call_return_value; // -1 = don't block function calls
G_SwitchStateChanged_6x05 last_switch_enabled_command;
PlayerInventoryItem next_drop_item;