diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 992f6574..a4c20670 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -239,6 +239,8 @@ int main(int argc, char *argv[]) // - Update all active objects/beings updateWorld(); + // Send data to client + connectionHandler->sendPackets(); } else if (event.type == SDL_QUIT) { running = false; |