ADMIN: Move common QUERY commands to DEBUG (#6351)
ADMIN: Move entities command to DEBUG
This commit is contained in:
parent
a0ebf263e3
commit
583eb39799
|
|
@ -1,23 +1,23 @@
|
||||||
- Flags: QUERY
|
#- Flags: QUERY # DeltaV - moved to DEBUG
|
||||||
Commands:
|
# Commands:
|
||||||
- entities
|
# - entities
|
||||||
- nearby
|
# - nearby
|
||||||
- map
|
# - map
|
||||||
- physics
|
# - physics
|
||||||
- player
|
# - player
|
||||||
- splat
|
# - splat
|
||||||
- bin
|
# - bin
|
||||||
- extremes
|
# - extremes
|
||||||
- reduce
|
# - reduce
|
||||||
- sortby
|
# - sortby
|
||||||
- sort
|
# - sort
|
||||||
- sortdownby
|
# - sortdownby
|
||||||
- sortdown
|
# - sortdown
|
||||||
- sortmapby
|
# - sortmapby
|
||||||
- sortmapdownby
|
# - sortmapdownby
|
||||||
- iota
|
# - iota
|
||||||
- rep
|
# - rep
|
||||||
- to
|
# - to
|
||||||
|
|
||||||
- Flags: DEBUG
|
- Flags: DEBUG
|
||||||
Commands:
|
Commands:
|
||||||
|
|
@ -155,7 +155,26 @@
|
||||||
- atanpi
|
- atanpi
|
||||||
- pick
|
- pick
|
||||||
- tee
|
- tee
|
||||||
|
# BEGIN DeltaV - PMs don't trust staff with upload so just tack it onto DEBUG i guess
|
||||||
|
- entities
|
||||||
|
- nearby
|
||||||
|
- map
|
||||||
|
- physics
|
||||||
|
- player
|
||||||
|
- splat
|
||||||
|
- bin
|
||||||
|
- extremes
|
||||||
|
- reduce
|
||||||
|
- sortby
|
||||||
|
- sort
|
||||||
|
- sortdownby
|
||||||
|
- sortdown
|
||||||
|
- sortmapby
|
||||||
|
- sortmapdownby
|
||||||
|
- iota
|
||||||
|
- rep
|
||||||
|
- to
|
||||||
|
# END DeltaV
|
||||||
- Flags: HOST
|
- Flags: HOST
|
||||||
Commands:
|
Commands:
|
||||||
- methods
|
- methods
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue