Merge pull request #421 from BlueTheKing/patch-2

Locky typo fixed
This commit is contained in:
Joonas Rikkonen
2018-05-24 10:40:24 +03:00
committed by GitHub
@@ -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));