nation_env 수정, $connect 일부 제거

This commit is contained in:
2020-05-06 01:53:00 +09:00
parent d0fa094d04
commit 169edd4f9c
26 changed files with 416 additions and 811 deletions
-1
View File
@@ -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>";
}