Esempio n. 1
0
 public static void NoBuildMode(Player p, int x, int y, int z, byte type)
 {
     p.SendBlock((short)x, (short)y, (short)z, p.world.GetTile(x, y, z));
 }