mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Reduce lines by removing blank lines added by PJ's script
This commit is contained in:
@@ -154,7 +154,6 @@ Filter types:
|
||||
|
||||
if(!src.allowed(user))
|
||||
to_chat(user, "<span class='alert'>Access denied.</span>")
|
||||
|
||||
return
|
||||
|
||||
var/dat
|
||||
|
||||
@@ -115,7 +115,6 @@
|
||||
src.add_fingerprint(usr)
|
||||
if(!src.allowed(user))
|
||||
to_chat(user, "<span class='alert'>Access denied.</span>")
|
||||
|
||||
return
|
||||
usr.set_machine(src)
|
||||
var/dat = {"<b>Power: </b><a href='?src=\ref[src];power=1'>[on?"On":"Off"]</a><br>
|
||||
|
||||
@@ -136,7 +136,6 @@
|
||||
return
|
||||
if(!src.allowed(user))
|
||||
to_chat(user, "<span class='alert'>Access denied.</span>")
|
||||
|
||||
return
|
||||
..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user