mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 06:58:30 +01:00
removes tgui sonar, dev server oversights (#17929)
* removes tgui sonar, dev server oversights * Update retrace.ts * tgui-core up * update depts * . * . * be gone IE stuff * . * prettier * . * . * . * up for bins * . * . * . * . * . * fix that * .
This commit is contained in:
@@ -346,7 +346,7 @@
|
||||
message_admins("ERROR: Shuttle computer was asked to traverse a nonexistant route.")
|
||||
return
|
||||
|
||||
if(!check_docking(, ui.user, WS))
|
||||
if(!check_docking(ui.user, WS))
|
||||
return TRUE
|
||||
|
||||
var/datum/shuttle_destination/target_destination = new_route.get_other_side(WS.web_master.current_destination)
|
||||
|
||||
Reference in New Issue
Block a user