Skip to content

Commit

Permalink
Fix infinite loop from when mappings got updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander (alexbegt) committed Dec 20, 2015
1 parent 735b634 commit e825e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mantle/blocks/abstracts/MultiServantLogic.java
Expand Up @@ -192,7 +192,7 @@ public DebugData getDebugInfo (EntityPlayer player)

public World getWorld ()
{
return this.getWorld();
return super.getWorld();
}

@Deprecated
Expand Down

0 comments on commit e825e3e

Please sign in to comment.