Skip to content

Commit

Permalink
alone_shuttle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BeebBeebBoob committed Oct 22, 2024
1 parent 80bf1ec commit 4ab59d7
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 @@ -606,7 +606,7 @@
for(var/obj/docking_port/stationary/S in SSshuttle.stationary)
if(S.id == roundstart_move)
return S
if(alone_shuttle)
if(!alone_shuttle)
log_runtime(EXCEPTION("couldn't find roundstart dock for \"[name]\" with id: [id]"))

/obj/docking_port/mobile/proc/dockRoundstart()
Expand Down

0 comments on commit 4ab59d7

Please sign in to comment.