Skip to content

Commit

Permalink
fix: linter (#659)
Browse files Browse the repository at this point in the history
Убираем var/ из аргумента прока
  • Loading branch information
Legendaxe authored Nov 9, 2023
1 parent d733792 commit 6645a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_ss220/queue/code/new_player_procs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
addtimer(CALLBACK(SSqueue, TYPE_PROC_REF(/datum/controller/subsystem/queue, reserve_queue_slot), last_known_ckey), 10 MINUTES)


/datum/controller/subsystem/queue/proc/reserve_queue_slot(var/reserved_ckey)
/datum/controller/subsystem/queue/proc/reserve_queue_slot(reserved_ckey)
if(reserved_ckey in GLOB.player_list)
return

Expand Down

0 comments on commit 6645a01

Please sign in to comment.