diff --git a/gamemodes/irresistible/cnr/experience.pwn b/gamemodes/irresistible/cnr/experience.pwn index fd3be78..a9b7733 100644 --- a/gamemodes/irresistible/cnr/experience.pwn +++ b/gamemodes/irresistible/cnr/experience.pwn @@ -179,7 +179,7 @@ hook OnPlayerDisconnect( playerid, reason ) hook OnPlayerMovieMode( playerid, bool: toggled ) { - if ( toggled ) + if ( ! toggled ) { TextDrawShowForPlayer( playerid, g_CurrentRankTD ); TextDrawShowForPlayer( playerid, g_currentXPTD );