mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-05 17:16:51 +00:00
cleanup: flatten dead branches in world io level network and stats
This commit is contained in:
@@ -64,12 +64,7 @@ bool AwardStatPacket::isAync() { return true; }
|
||||
|
||||
// On most platforms we only store 'count' in an AwardStatPacket.
|
||||
int AwardStatPacket::getCount() {
|
||||
#if 0
|
||||
assert(false); // Method not supported on Durango.
|
||||
return 0;
|
||||
#else
|
||||
return *((int*)this->m_paramData.data);
|
||||
#endif
|
||||
}
|
||||
|
||||
// On Durango we store 'Event' parameters here in a blob.
|
||||
|
||||
Reference in New Issue
Block a user