We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae4a48 commit 3f9934bCopy full SHA for 3f9934b
1 file changed
data/modules/Debug/DebugShip.lua
@@ -331,7 +331,7 @@ function DebugShipTool:drawShipDefInfo(shipDef)
331
drawKeyValue("Max. Crew", shipDef.maxCrew)
332
333
drawKeyValue("Angular Thrust", shipDef.angularThrust)
334
- drawKeyValue("Foward Thrust", shipDef.linearThrust.FORWARD)
+ drawKeyValue("Forward Thrust", shipDef.linearThrust.FORWARD)
335
drawKeyValue("Reverse Thrust", shipDef.linearThrust.REVERSE)
336
drawKeyValue("Up Thrust", shipDef.linearThrust.UP)
337
drawKeyValue("Down Thrust", shipDef.linearThrust.DOWN)
0 commit comments