diff options
Diffstat (limited to 'src/game/client/gc_hooks.cpp')
| -rw-r--r-- | src/game/client/gc_hooks.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/gc_hooks.cpp b/src/game/client/gc_hooks.cpp index a4ac0e74..5dadb558 100644 --- a/src/game/client/gc_hooks.cpp +++ b/src/game/client/gc_hooks.cpp @@ -681,4 +681,4 @@ extern "C" void modc_connected() send_info(true); } -extern "C" const char *modc_net_version() { return TEEWARS_NETVERSION; } +extern "C" const char *modc_net_version() { return GAME_NETVERSION; } |