FallenMoonNetwork / CanaryMod

Server administration mod and API for Minecraft beta multiplayer server
http://canarymod.net
GNU Lesser General Public License v3.0
20 stars 14 forks source link

Sign.update() implementation incorrect (Dev 140, Current Crow) #75

Closed BluXDragon closed 11 years ago

BluXDragon commented 11 years ago

Sign.update() does not work in its current implementation.

I found the correct code (thanks to techkid6 for testing it) for the method;

public void update(){
    getWorld().getWorld().i(getX(), getY(), getZ());
}