mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
You can now use backslashes as an escape character for text modification. (#61621)
This commit is contained in:
@@ -16,11 +16,11 @@
|
||||
if(!SSticker)
|
||||
return
|
||||
|
||||
SSticker.selected_tip = input
|
||||
|
||||
// If we've already tipped, then send it straight away.
|
||||
if(SSticker.tipped)
|
||||
SSticker.send_tip_of_the_round()
|
||||
send_tip_of_the_round(world, input)
|
||||
else
|
||||
SSticker.selected_tip = input
|
||||
|
||||
message_admins("[key_name_admin(usr)] sent a tip of the round.")
|
||||
log_admin("[key_name(usr)] sent \"[input]\" as the Tip of the Round.")
|
||||
|
||||
Reference in New Issue
Block a user