Hello
I found problem in new update of gsm
when oprator use banip command and ban one player , all players on server suddenly will kick and after gsmanager crash and shows "now watching server message"
how can i fix that problem?
Hello
I found problem in new update of gsm
when oprator use banip command and ban one player , all players on server suddenly will kick and after gsmanager crash and shows "now watching server message"
how can i fix that problem?
Which game?
EDIT: I think I found the bug. I'm checking the banned ip against all banned ips for every player instead of checking every players ip against the banlist
EDIT2:
If you change the file daemon/libraries/punishment/commands.php
and replace line 463 if (\GSM\Daemon\Libraries\Helper\Helper::ipMatch($ip, $ipban)) {
with the new one if (\GSM\Daemon\Libraries\Helper\Helper::ipMatch($tocheck, $ipban)) {
then it should work
COD4
Tnx banip problem fixed , but when i ban someone the gsmanager will show gsmanager now watching server message
how can i remove that ?