Skip to content

Commit a4b5795

Browse files
committed
Test
1 parent b331721 commit a4b5795

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ZkLobbyServer/ServerBattle.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -208,13 +208,6 @@ public ConnectSpring GetConnectSpringStructure(string scriptPassword, bool isSpe
208208
};
209209
}
210210

211-
public bool IsInPreviousGame(string name)
212-
{
213-
var inPrevious = false;
214-
if (previousGamePlayers.Any(y => y == name)) inPrevious = true;
215-
return inPrevious;
216-
}
217-
218211
public bool IsKicked(string name)
219212
{
220213
var kicked = false;

0 commit comments

Comments
 (0)