diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-25 19:53:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-25 19:53:06 -0300 |
commit | e1374e06bc6f73c8ec142db1b15724e01f44da4b (patch) | |
tree | 921881c6b17ea6f90735f6dcc7a33e9a8379a220 | |
parent | 8a15e4fc5c2fbeb4f461ba2cc14c43cae8e08cdf (diff) | |
download | serverdata-e1374e06bc6f73c8ec142db1b15724e01f44da4b.tar.gz serverdata-e1374e06bc6f73c8ec142db1b15724e01f44da4b.tar.bz2 serverdata-e1374e06bc6f73c8ec142db1b15724e01f44da4b.tar.xz serverdata-e1374e06bc6f73c8ec142db1b15724e01f44da4b.zip |
Remove now not needed debugmes
-rw-r--r-- | npc/functions/fishing.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/npc/functions/fishing.txt b/npc/functions/fishing.txt index 784efeae7..c87935fff 100644 --- a/npc/functions/fishing.txt +++ b/npc/functions/fishing.txt @@ -111,7 +111,6 @@ function script fishing { // default fishes setarray .@common_fish, CommonCarp; - debugmes "Default"; } .@rare_fish=getvariableofnpc(.rare_fish, .@npc$); |