summaryrefslogtreecommitdiff
path: root/npc/commands/music.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands/music.txt')
-rw-r--r--npc/commands/music.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/npc/commands/music.txt b/npc/commands/music.txt
index 82b7fc139..3a964083b 100644
--- a/npc/commands/music.txt
+++ b/npc/commands/music.txt
@@ -15,8 +15,7 @@
end;
OnCall:
- if (!is_gm())
- {
+ if (!is_gm()) {
end;
}
@@ -26,8 +25,7 @@ OnCall:
.@key$ = .@atcmd_parameters$[0];
.@m$ = htget(.hash, .@key$, "Not found");
- if (.@m$ == "Not found")
- {
+ if (.@m$ == "Not found") {
//.@m$ = implode(.@atcmd_parameters$[0], " ");
dispbottom "Invalid music key. Current accepted values are:";
dispbottom "ship, city, ghoul, surreal, magic, forest, mythica, acid, misuse, prelude, sunrise, peace, toast";