Skip to content

Commit

Permalink
Fixed animal radar permission
Browse files Browse the repository at this point in the history
  • Loading branch information
SmylerMC committed Oct 22, 2020
1 parent 2008092 commit 92ba35f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public S2CTerramapHelloPacket(
this.worldUUID = worldUUID;
this.syncPlayers = syncPlayers;
this.syncSpectators = syncSpectators;
this.enableAnimalRadar = enablePlayerRadar;
this.enableAnimalRadar = enableAnimalRadar;
this.enablePlayerRadar = enablePlayerRadar;
this.enableMobRadar = enableMobRadar;
this.enableDecoRadar = enableDecoRadar;
Expand Down

0 comments on commit 92ba35f

Please sign in to comment.