diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-11-27 23:00:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-11-27 23:00:00 +0300 |
commit | b02e3369653bddc4f4af677de16dac131945e7b7 (patch) | |
tree | fe2e0f84acea8accb0e08a2ca2f2b607e4f5d030 /src/net/tmwa | |
parent | cdd3c77337a6bbff0d51d174663867463db8cf15 (diff) | |
download | ManaVerse-b02e3369653bddc4f4af677de16dac131945e7b7.tar.gz ManaVerse-b02e3369653bddc4f4af677de16dac131945e7b7.tar.bz2 ManaVerse-b02e3369653bddc4f4af677de16dac131945e7b7.tar.xz ManaVerse-b02e3369653bddc4f4af677de16dac131945e7b7.zip |
Fix showing group name in online list for legacy server.
Diffstat (limited to 'src/net/tmwa')
-rw-r--r-- | src/net/tmwa/playerrecv.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tmwa/playerrecv.cpp b/src/net/tmwa/playerrecv.cpp index d088c3c54..6233fa949 100644 --- a/src/net/tmwa/playerrecv.cpp +++ b/src/net/tmwa/playerrecv.cpp @@ -40,6 +40,8 @@ #include "debug.h" +extern unsigned int tmwServerVersion; + namespace TmwAthena { |