strip dirty codes out of mapname

This commit is contained in:
kremsy 2014-01-11 10:57:07 +01:00 committed by Steffen Schröder
parent dc42234e4f
commit 45be144ccc

View File

@ -53,7 +53,7 @@ class Map {
if(!$rpc_infos) {
return;
}
$this->name = $rpc_infos['Name'];
$this->name = FORMATTER::stripDirtyCodes($rpc_infos['Name']);
$this->uid = $rpc_infos['UId'];
$this->fileName = $rpc_infos['FileName'];
$this->authorLogin = $rpc_infos['Author'];