diff options
Diffstat (limited to 'npc/commands/motd.txt')
-rw-r--r-- | npc/commands/motd.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/motd.txt b/npc/commands/motd.txt index d00ed5785..363aa1d6d 100644 --- a/npc/commands/motd.txt +++ b/npc/commands/motd.txt @@ -165,7 +165,7 @@ function script MOTDConfig { end; OnCall: - if (!is_dev()) + if (!is_admin()) { end; } |