mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-23 04:34:58 -04:00
Remove test chat, whoops.
This commit is contained in:
parent
1b505e1ddf
commit
9faddef842
@ -57,7 +57,6 @@ namespace ClassicalSharp {
|
||||
if (selectedFace == BlockFace.YMax || selectedFace == BlockFace.YMin) { face = "-UD"; }
|
||||
else if (selectedFace == BlockFace.XMax || selectedFace == BlockFace.XMin) { face = "-WE"; }
|
||||
else if (selectedFace == BlockFace.ZMax || selectedFace == BlockFace.ZMin) { face = "-NS"; }
|
||||
game.Chat.Add("clickedFace: " + selectedFace + ".");
|
||||
return Find(game, block, name + face);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user