diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index fc88a1d9..16a5cb1c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -851,7 +851,6 @@ int main(int argc, char *argv[]) if (Net::getGeneralHandler()) { Net::getGeneralHandler()->flushNetwork(); - Net::getGeneralHandler()->tick(); } gui->logic(); |