mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-16 10:35:41 +01:00
[MIRROR] Adds spaces around logical operators [MDB IGNORE] (#18776)
* Adds spaces around logical operators * Update code/modules/admin/verbs/admingame.dm Co-authored-by: Jeremiah <42397676+jlsnow301@users.noreply.github.com> Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
set name = "PDA Message"
|
||||
set category = "Admin.Events"
|
||||
|
||||
if(!holder ||!check_rights(R_ADMIN))
|
||||
if(!holder || !check_rights(R_ADMIN))
|
||||
return
|
||||
|
||||
holder.message_pda()
|
||||
@@ -64,7 +64,7 @@
|
||||
if(!spam && target["name"] != params["user"])
|
||||
continue
|
||||
targets += target["tablet"]
|
||||
|
||||
|
||||
if(!length(targets))
|
||||
to_chat(usr, span_warning("ERROR: Target is unavaiable(or not choosed)."))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user