* Fixed bug in PlayerNameCache handling which prevented correct saving
This commit is contained in:
parent
01cc0e1826
commit
8016034d72
@ -67,7 +67,6 @@ bool PlayerNameCache::SaveToFile(void)
|
||||
if(!size)
|
||||
return false;
|
||||
|
||||
fh.write((char*)&size,sizeof(uint32));
|
||||
ByteBuffer bb;
|
||||
|
||||
bb << (uint32)_cache.size();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user