mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
Fixes lots of common spelling mistakes (#20086)
* Fixes common spelling errors: "atleast", "infront", "succesfully", "alot" * recieve -> receive * spelling mistakes: percieve, wierd, posession, seperate, succesful * Spelling mistakes: noticable, concious, enviroment, existance, foward, interupted, independant * tgui rebuild * lets make this run * "succeded" mispelling * reverting money spam change
This commit is contained in:
@@ -868,7 +868,7 @@
|
||||
if(world.time < next_request)
|
||||
return
|
||||
next_request = world.time + 60 SECONDS //1 minute cooldown
|
||||
to_chat(usr, "<span class='notice'>Your request has been recieved by Centcom.</span>")
|
||||
to_chat(usr, "<span class='notice'>Your request has been received by Centcom.</span>")
|
||||
log_admin("[key_name(usr)] requested to move the transport ferry to Centcom.")
|
||||
message_admins("<b>FERRY: <font color='#EB4E00'>[key_name_admin(usr)] (<A HREF='?_src_=holder;secretsfun=moveferry'>Move Ferry</a>)</b> is requesting to move the transport ferry to Centcom.</font>")
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user