diff --git a/src/Client/World/CacheHandler.cpp b/src/Client/World/CacheHandler.cpp index 9a7d1b2..e9994f6 100644 --- a/src/Client/World/CacheHandler.cpp +++ b/src/Client/World/CacheHandler.cpp @@ -67,7 +67,6 @@ bool PlayerNameCache::SaveToFile(void) if(!size) return false; - fh.write((char*)&size,sizeof(uint32)); ByteBuffer bb; bb << (uint32)_cache.size();