mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 00:23:29 +01:00
fixes a to_chat runtime, lints now throw an error if a to_chat proc lacks a target argument (#21827)
* untested :) * i may be stupid * there we go
This commit is contained in:
@@ -313,7 +313,7 @@
|
||||
if(stat & BROKEN)
|
||||
return
|
||||
if(!anchored)
|
||||
to_chat("<span class='warning'>[src] must be anchored first!</span>")
|
||||
to_chat(user, "<span class='warning'>[src] must be anchored first!</span>")
|
||||
return
|
||||
ui_interact(user)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user