mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-31 00:49:06 +01:00
Fix ADPI Spam Pinging Mindshields (#22724)
This one was in the original code.
This commit is contained in:
@@ -263,6 +263,9 @@ SUBSYSTEM_DEF(hallucinations)
|
||||
adpi_next_message -= target
|
||||
return
|
||||
|
||||
if(world.time < adpi_next_message[target])
|
||||
return
|
||||
|
||||
if(is_adpi_blocked(target))
|
||||
// ping their blocker an schedule another ping later.
|
||||
schedule_next_adpi_message(target)
|
||||
@@ -272,9 +275,6 @@ SUBSYSTEM_DEF(hallucinations)
|
||||
schedule_next_adpi_message(target, TRUE)
|
||||
return
|
||||
|
||||
if(world.time < adpi_next_message[target])
|
||||
return
|
||||
|
||||
if(send_adpi_message(target))
|
||||
schedule_next_adpi_message(target)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user