Revert broken move on unlink insurance in bf2 module

This commit is contained in:
Stefan Hacker
2011-04-07 04:07:41 +02:00
parent 0b4a312072
commit ec4ab3da80

View File

@@ -239,8 +239,6 @@ class bf2(MumoModule):
newstate.channel = ngcfg[channame]
if oli and not nli:
channame = "left"
newstate.channel = ogcfg["left"]
log.debug("User '%s' (%d|%d) on server %d no longer linked", newstate.name, newstate.session, newstate.userid, sid)
server.removeUserFromGroup(0, session, "bf2_linked")