aboutsummaryrefslogtreecommitdiff
path: root/src/info.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/info.cc')
-rw-r--r--src/info.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/info.cc b/src/info.cc
index b507395..5578fd7 100644
--- a/src/info.cc
+++ b/src/info.cc
@@ -1000,6 +1000,7 @@ bool SearchSpawnField(int *x, int *y, int *z, int Distance, bool Player){
}
}
}
+ Expanded = true;
}
if(LoginPossible && (!Player || !IsNoLogoutField(FieldX, FieldY, FieldZ))){
@@ -1009,6 +1010,7 @@ bool SearchSpawnField(int *x, int *y, int *z, int Distance, bool Player){
}
if(TieBreaker > BestTieBreaker){
+ Found = true;
BestX = FieldX;
BestY = FieldY;
BestTieBreaker = TieBreaker;