mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 08:34:16 +01:00
Removes a span from an admin log (#25199)
* Easy span removal * Fix accidental reverts * Removes a missing span
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user