Removes a span from an admin log (#25199)

* Easy span removal

* Fix accidental reverts

* Removes a missing span
This commit is contained in:
DGamerL
2024-04-19 16:12:15 +02:00
committed by GitHub
parent 43337171df
commit f64fb4b973
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -198,7 +198,7 @@
if(mdp)
usr.forceMove(get_turf(mdp))
message_admins("[key_name_admin(usr)] loaded [mdp] with the shuttle manipulator.")
log_admin("[key_name(usr)] loaded [mdp] with the shuttle manipulator.</span>")
log_admin("[key_name(usr)] loaded [mdp] with the shuttle manipulator.")
/obj/machinery/shuttle_manipulator/proc/action_load(datum/map_template/shuttle/loading_template)
if(isnull(loading_template))