mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-03-26 09:09:55 +05:00
Working release build
This commit is contained in:
@@ -2712,7 +2712,7 @@ int Player::hash_fnct(const shared_ptr<Player> k)
|
||||
#ifdef __PS3__
|
||||
return (int)boost::hash_value( k->name ); // 4J Stu - Names are completely unique?
|
||||
#else
|
||||
return (int)std::hash_value( k->name ); // 4J Stu - Names are completely unique?
|
||||
return (int)std::hash<wstring>{}(k->name); // 4J Stu - Names are completely unique?
|
||||
#endif //__PS3__
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user