Skip to content

Commit

Permalink
Add missing line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dzianishchyts committed Aug 14, 2024
1 parent 2d45fcf commit ec3acef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modular_ss220/credits/_credits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
for(var/client/player in GLOB.clients)
if(!player.holder)
continue
player.add_admin_verbs()
player.add_admin_verbs()
2 changes: 1 addition & 1 deletion modular_ss220/credits/code/admin_procs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ GLOBAL_VAR_INIT(credits_forced, FALSE)
to_chat(world, "<B>Игроки будут смотреть титры в зависимости от своих настроек.</B>")
message_admins("[key_name_admin(usr)] устанавливает титры по умолчанию.", 1)
log_admin("[key_name(usr)] toggled credits.")
SSblackbox.record_feedback("tally", "admin_verb", 1, "Toggle Credits")
SSblackbox.record_feedback("tally", "admin_verb", 1, "Toggle Credits")
2 changes: 1 addition & 1 deletion modular_ss220/credits/code/preferences.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
preftoggle_category = PREFTOGGLE_CATEGORY_LIVING
enable_message = "Вы будете видеть титры в конце раундов."
disable_message = "Вы не будете видеть титры в конце раундов."
blackbox_message = "Toggle Credits"
blackbox_message = "Toggle Credits"

0 comments on commit ec3acef

Please sign in to comment.