Das Projekt GSManager (vormals ManuAdminMod) wurde am 01.01.2020 eingestellt - diese Internetpräsenz bleibt verfügbar, die Software wird aber nicht länger gepflegt. Vielen Dank für eure Unterstützung in den mehr als zehn vergangenen Jahren!
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"
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