From 8016034d723c03958793fe8a00aa2a301e58cc3b Mon Sep 17 00:00:00 2001 From: shlainn Date: Mon, 13 Sep 2010 04:10:06 +0200 Subject: [PATCH] * Fixed bug in PlayerNameCache handling which prevented correct saving --- src/Client/World/CacheHandler.cpp | 1 - 1 file changed, 1 deletion(-) 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();