nation_env 수정, $connect 일부 제거
This commit is contained in:
@@ -667,7 +667,6 @@ function getColoredName(string $name, int $npcType):string{
|
||||
if($color === null){
|
||||
return $name;
|
||||
}
|
||||
//TODO: font 폐기.
|
||||
return "<span style='color:{$color}'>{$name}</span>";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user