mirror of
https://github.com/essentials/Essentials.git
synced 2025-02-24 16:32:35 +01:00
[trunk] Removed debug message "Kit is timed"
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1102 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
parent
3daf709523
commit
af33b4fff7
@ -66,7 +66,7 @@ public class Commandkit extends EssentialsCommand
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
||||||
System.out.println("Kit is timed");
|
//System.out.println("Kit is timed");
|
||||||
Map<String, Object> els = (Map<String, Object>)kit;
|
Map<String, Object> els = (Map<String, Object>)kit;
|
||||||
items = (List<String>)els.get("items");
|
items = (List<String>)els.get("items");
|
||||||
long delay = els.containsKey("delay") ? (Integer)els.get("delay") * 1000L : 0L;
|
long delay = els.containsKey("delay") ? (Integer)els.get("delay") * 1000L : 0L;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user