diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-25 13:32:48 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-25 13:32:48 -0300 |
commit | ec896c2e2c9bfcfa7aafbaf06a42fca29f7c7166 (patch) | |
tree | 9b2e0c7ed11d56da29012be5b9855651cbb3b106 /npc/commands | |
parent | 15980870495e892fd5bd1381b62df1a6cceb298c (diff) | |
download | serverdata-ec896c2e2c9bfcfa7aafbaf06a42fca29f7c7166.tar.gz serverdata-ec896c2e2c9bfcfa7aafbaf06a42fca29f7c7166.tar.bz2 serverdata-ec896c2e2c9bfcfa7aafbaf06a42fca29f7c7166.tar.xz serverdata-ec896c2e2c9bfcfa7aafbaf06a42fca29f7c7166.zip |
Do not log @mymusic
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/music.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/music.txt b/npc/commands/music.txt index 812e1f465..54dad07fe 100644 --- a/npc/commands/music.txt +++ b/npc/commands/music.txt @@ -57,7 +57,7 @@ OnMyself: OnInit: bindatcmd "music", "@music::OnCall", 60, 80, 1; - bindatcmd "mymusic", "@music::OnMyself", 1, 80, 1; + bindatcmd "mymusic", "@music::OnMyself", 1, 80, 0; .hash = htnew; // create hashtable htput(.hash, "ship", "sail_away.ogg"); |