Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Feb 26, 2024
1 parent d8d7454 commit d5a2897
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions code/game/machinery/ARES/ARES_records.dm
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,7 @@

/datum/ares_record/flight/New(details, user)
time = worldtime2text()
src.title = "Flight Log"
src.details = details
src.user = user

/datum/ares_record/flight
record_name = ARES_RECORD_FLIGHT

/datum/ares_record/flight/New(details, user)
time = worldtime2text()
src.title = "Flight Log"
title = "Flight Log"
src.details = details
src.user = user

Expand Down

0 comments on commit d5a2897

Please sign in to comment.