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