Locky typo fixed

"loxky" to "locky"
This commit is contained in:
Blue
2018-05-23 21:25:55 +02:00
committed by GitHub
parent 76e8b078c3
commit a0b3fe7b46

View File

@@ -1216,7 +1216,7 @@ namespace Barotrauma
Submarine.LockX = !Submarine.LockX;
}, null, null));
commands.Add(new Command("locky", "loxky: Lock vertical movement of the main submarine.", (string[] args) =>
commands.Add(new Command("locky", "locky: Lock vertical movement of the main submarine.", (string[] args) =>
{
Submarine.LockY = !Submarine.LockY;
}, null, null));