summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp
index a4c20670..315e4d5d 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;