Make Y+ up. (#109)
This commit is contained in:
committed by
GitHub
parent
7a91fb7512
commit
2dd3f24fb2
@@ -27,16 +27,7 @@ namespace Content.Client.Construction
|
||||
{
|
||||
if (Prototype != null)
|
||||
{
|
||||
// Stupid god damn Y AXIS.
|
||||
var dir = Manager.Direction;
|
||||
if (dir == Direction.South)
|
||||
{
|
||||
dir = Direction.North;
|
||||
}
|
||||
else if (dir == Direction.North)
|
||||
{
|
||||
dir = Direction.South;
|
||||
}
|
||||
Owner.SpawnGhost(Prototype, coords, dir);
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user