From 5a347e6a22cce21ef101a5a00fcffde5c6a0ca7e Mon Sep 17 00:00:00 2001 From: Taylor Richards Date: Sun, 16 Apr 2017 08:30:51 -0400 Subject: [PATCH] change MULTI_IS_TRACKER to check against pxo setting --- include/multi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/multi.h b/include/multi.h index 79af3e7..d51c4f3 100644 --- a/include/multi.h +++ b/include/multi.h @@ -421,7 +421,7 @@ struct CFILE; #define MULTI_PERM_OBSERVER(np) ((np.flags & NETINFO_FLAG_OBSERVER) && !(np.flags & NETINFO_FLAG_OBS_PLAYER)) // are we playing on a master tracker registered server -#define MULTI_IS_TRACKER_GAME ( (Game_mode & GM_MULTIPLAYER) && (Net_player->flags & NETINFO_FLAG_MT_CONNECTED) ) +#define MULTI_IS_TRACKER_GAME ( (Game_mode & GM_MULTIPLAYER) && (Multi_options_g.pxo) ) // ---------------------------------------------------------------------------------------- -- 2.39.2