Skip to content

Commit

Permalink
Update code/modules/cm_marines/altitude_control_console.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Drathek <[email protected]>
  • Loading branch information
LC4492 and Drulikar committed Jul 28, 2024
1 parent cd0f67d commit 4e3f548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cm_marines/altitude_control_console.dm
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ GLOBAL_VAR_INIT(ship_alt, SHIP_ALT_MED)
. = TRUE
message_admins("[key_name(user)] has changed the ship's altitude to [action].")

add_fingerprint(ui.user)
add_fingerprint(user)

/obj/structure/machinery/computer/altitude_control_console/proc/change_altitude(mob/user, new_altitude)
if(GLOB.ship_alt == new_altitude)
Expand Down

0 comments on commit 4e3f548

Please sign in to comment.