fixes gang/leo chat message duplication into global chat

This commit is contained in:
Damen 2019-01-12 01:06:04 -05:00
parent bf3a2ba9e5
commit 9ab27f4e31

View File

@ -1589,6 +1589,7 @@ public OnPlayerText( playerid, text[ ] )
return 0;
}
}
case '!': return 0; // Handled in 'cop_chat' -> Needs to be stopped prior to reaching 'Custom Player ID Setting'
}
}