Skip to content

Commit

Permalink
missing
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaFire15 committed Jun 30, 2024
1 parent bf0e916 commit 301bcf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsv13/code/controllers/subsystem/starsystem.dm
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ Returns a faction datum by its name (case insensitive!)
return
if("STARTUP_PROC_TYPE_DOLOS")
addtimer(CALLBACK(src, PROC_REF(register_dolos_achievement)), 5 SECONDS)
if("STARTUP_PROC_TYPE_")
if("STARTUP_PROC_TYPE_ABASSI")
addtimer(CALLBACK(src, PROC_REF(register_abassi_achievement)), 5 SECONDS)
message_admins("WARNING: Invalid startup_proc declared for [name]! Review your defines (~L438, starsystem.dm), please.")
return 1
Expand Down

0 comments on commit 301bcf4

Please sign in to comment.