Skip to content

Commit

Permalink
Update shuttle.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasint committed Jun 24, 2024
1 parent 8ec1ab9 commit 66cf094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/shuttle/shuttle.dm
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@
return "[SHUTTLE_DWIDTH_TOO_LARGE] [stationary_dock.dwidth] vs [dwidth]"

if(width-dwidth > stationary_dock.width-stationary_dock.dwidth)
return SHUTTLE_WIDTH_TOO_LARGE
return "[SHUTTLE_DWIDTH_TOO_LARGE] [stationary_dock.dwidth] vs [dwidth]"

if(dheight > stationary_dock.dheight)
return SHUTTLE_DHEIGHT_TOO_LARGE
Expand Down

0 comments on commit 66cf094

Please sign in to comment.