summaryrefslogtreecommitdiff
path: root/npc/commands/motd.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands/motd.txt')
-rw-r--r--npc/commands/motd.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/motd.txt b/npc/commands/motd.txt
index b150b798e..dcdb01460 100644
--- a/npc/commands/motd.txt
+++ b/npc/commands/motd.txt
@@ -147,7 +147,7 @@ function script MOTDConfig {
end;
OnCall:
- if (!is_admin()) {
+ if (!is_master()) {
end;
}