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:
Kashargul
2025-06-29 15:04:09 +02:00
committed by GitHub
parent dc97f48f21
commit 97bd12b862
62 changed files with 979 additions and 4612 deletions
+1 -1
View File
@@ -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)