psu_game: Small typo fix.
This commit is contained in:
parent
f335a1fadf
commit
e2248ebfd0
@ -382,7 +382,7 @@ area_load(AreaType, IsStart, SetID, OldUser, User, QuestFile, ZoneFile, AreaName
|
||||
end;
|
||||
true -> ignore
|
||||
end,
|
||||
if ZoneChange, AreaType /= spaceport ->
|
||||
if ZoneChange =:= true, AreaType /= spaceport ->
|
||||
send_1212();
|
||||
true -> ignore
|
||||
end,
|
||||
|
Loading…
Reference in New Issue
Block a user