view mem
parent
082671a2d9
commit
789730d3c7
|
@ -0,0 +1,11 @@
|
|||
package com.ljsd.jieling.kefu;
|
||||
|
||||
import com.ljsd.jieling.handler.map.MapLogic;
|
||||
|
||||
public class Cmd_viewmem extends GmAbstract{
|
||||
@Override
|
||||
public boolean exec(String[] args) throws Exception {
|
||||
LOGGER.info("the season is={}",MapLogic.getInstance());
|
||||
return true;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue