mirror of
https://github.com/etlegacy/wolfadmin.git
synced 2024-11-21 20:01:18 +00:00
Fixed minor typo in 2639986
This commit is contained in:
parent
263998681e
commit
31c4bce960
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ function util.getAreaName(areaId)
|
|||
elseif areaId == constants.AREA_POPUPS then
|
||||
return "cpm"
|
||||
elseif areaId == constants.AREA_CHAT then
|
||||
return "chat -1"
|
||||
return "cchat -1"
|
||||
elseif areaId == constants.AREA_CP then
|
||||
return "cp"
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue