Skip to content

Commit

Permalink
Disable debug for util scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Feb 27, 2015
1 parent 7c1961e commit b8ca32e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/util.dscript
Expand Up @@ -4,6 +4,7 @@
_util_dtime_command:
type: command
name: dtime
debug: false
description: (Deprecated) Changes the server time.
usage: /dtime <&lt>time<&gt>
allowed help:
Expand Down Expand Up @@ -32,6 +33,7 @@ _util_dtime_command:
loop through:
type: task
speed: 0
debug: false
context: task|flag|type

script:
Expand All @@ -47,6 +49,7 @@ loop through:
_util_gl:
type: task
speed: 0
debug: false
context: task|flag|type

script:
Expand All @@ -57,6 +60,7 @@ _util_gl:

_depend generic loop process:
type: task
debug: false
definitions: task|flag|type|id

script:
Expand All @@ -75,6 +79,7 @@ _depend generic loop process:
Load Tester:
type: command
name: testload
debug: false
description: Tests server load.
usage: /testload <&lt>power<&gt>
allowed help:
Expand Down

0 comments on commit b8ca32e

Please sign in to comment.