mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-31 02:26:38 +00:00
cleanup: flatten dead branches in world io level network and stats
This commit is contained in:
@@ -590,14 +590,7 @@ int DataInputStream::readUTFChar() {
|
||||
// 4J Added
|
||||
PlayerUID DataInputStream::readPlayerUID() {
|
||||
PlayerUID returnValue;
|
||||
#if 0 || 0 || 0
|
||||
for (int idPos = 0; idPos < sizeof(PlayerUID); idPos++)
|
||||
((char*)&returnValue)[idPos] = readByte();
|
||||
#elif 0
|
||||
returnValue = readUTF();
|
||||
#else
|
||||
returnValue = readLong();
|
||||
#endif // PS3
|
||||
return returnValue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user