From 62395df8a674475cd7b277e964cc5512fa6e7576 Mon Sep 17 00:00:00 2001 From: Aaron Marks Date: Mon, 18 Jul 2005 11:47:00 +0000 Subject: Updated server->client communications. --- src/main.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index a4c2067..315e4d5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -238,9 +238,6 @@ int main(int argc, char *argv[]) // - Handle all messages that are in the message queue // - Update all active objects/beings updateWorld(); - - // Send data to client - connectionHandler->sendPackets(); } else if (event.type == SDL_QUIT) { running = false; -- cgit