1
0
Fork 0

keeping the server from crashing (#5203)

This commit is contained in:
12xx12 2021-04-22 13:31:49 +02:00 committed by GitHub
parent 1100b04b59
commit 58b0322ca1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1266,6 +1266,9 @@ void cProtocol_1_13::WriteMobMetadata(cPacketizer & a_Pkt, const cMonster & a_Mo
case mtSnowGolem:
case mtSpider:
case mtZombieVillager:
case mtElderGuardian:
case mtGuardian:
{
// TODO: Mobs with extra fields that aren't implemented
break;
@ -1281,9 +1284,6 @@ void cProtocol_1_13::WriteMobMetadata(cPacketizer & a_Pkt, const cMonster & a_Mo
case mtDrowned:
case mtElderGuardian:
case mtGuardian:
case mtEndermite:
case mtEvoker: