Guest User

Untitled

a guest
Sep 20th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.19 KB | None | 0 0
  1.         Village var1 = null;
  2.     if(this.irongolem != null) var1 = this.irongolem.getVillage();
  3.         else if(this.warrior != null) var1 = this.warrior.getVillage();
  4.  
  5.     //Rest of the code vanilla
Add Comment
Please, Sign In to add comment