mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-16 18:36:43 +01:00
Merge branch 'master' into development
# Conflicts: # code/modules/mob/living/simple_animal/simple_animal.dm # html/changelogs/.all_changelog.yml
This commit is contained in:
@@ -24,6 +24,10 @@
|
||||
if(!usr || usr != mob) //stops us calling Topic for somebody else's client. Also helps prevent usr=null
|
||||
return
|
||||
|
||||
if (href_list["EMERG"] && href_list["EMERG"] == "action")
|
||||
handle_connection_info(src, href_list["data"])
|
||||
return
|
||||
|
||||
//Reduces spamming of links by dropping calls that happen during the delay period
|
||||
if(next_allowed_topic_time > world.time)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user