Skip to content

Commit

Permalink
[Admin] Makes set minetype verb more understandable (#22860)
Browse files Browse the repository at this point in the history
* Bad grammar --> Good grammar

* Should probably be logged too
  • Loading branch information
Oblisk234 authored Dec 22, 2024
1 parent f63e17f commit 3875aee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yogstation/code/modules/admin/admin_verbs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@
var/answer = input(src,"Which one do you choose?","Selection","Either") in l
if(!answer)
return
message_admins("[src] the next minetype was picked.")
log_admin("[src] picked the next minetype.")
message_admins("[src] set the next minetype to [answer].")
log_admin("[src] set the next minetype to [answer].")
SSpersistence.SaveMinetype(l[answer])

0 comments on commit 3875aee

Please sign in to comment.