mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 00:23:29 +01:00
Prevents a rate limit when alt clicking or receiving a ping from the server. (#26127)
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
return
|
||||
|
||||
var/stl = 10 // 10 topics a second
|
||||
if(!holder && href_list["window_id"] != "statbrowser") // Admins are allowed to spam click, deal with it.
|
||||
if(!holder && href_list["window_id"] != "statbrowser" && href_list["window_id"] != "chat_panel") // Admins are allowed to spam click, deal with it.
|
||||
var/second = round(world.time, 10)
|
||||
if(!topiclimiter)
|
||||
topiclimiter = new(LIMITER_SIZE)
|
||||
|
||||
Reference in New Issue
Block a user