chatmessage plugin fix

This commit is contained in:
kremsy 2014-04-28 18:53:50 +02:00 committed by Steffen Schröder
parent 2cdb00131a
commit 8a068a256d

View File

@ -401,7 +401,8 @@ class ChatMessagePlugin implements CommandListener, Plugin {
return $player->nickname;
}
return null;
//returns the text given if nothing matches
return $login;
}
/**