Opps, fixed > in ServerStop

This commit is contained in:
Josh Allen
2004-09-12 22:17:44 +00:00
parent 8330c1879f
commit 96e791ee31
+1 -1
View File
@@ -64,7 +64,7 @@ bool StepManiaLanServer::ServerStart()
void StepManiaLanServer::ServerStop()
{
for (unsigned int x = 0; x > Client.size(); ++x)
for (unsigned int x = 0; x < Client.size(); ++x)
{
Disconnect(x);
}