mirror of
https://github.com/geekfrog/PermissionsTime.git
synced 2024-11-21 23:08:48 +00:00
测试数据改回
This commit is contained in:
parent
a54fd506bb
commit
95a82ffbf6
@ -17,8 +17,7 @@ public class SqlitePlayerDataService extends DatabaseUtil implements IPlayerData
|
||||
|
||||
private PluginMain pm;
|
||||
|
||||
// private static long TIME_UNIT = 24 * 60 * 60 * 1000L;//一天
|
||||
private static long TIME_UNIT = 2 * 60 * 1000L;
|
||||
private static long TIME_UNIT = 24 * 60 * 60 * 1000L;// 一天
|
||||
|
||||
public SqlitePlayerDataService(PluginMain pm, SqlManager sm) {
|
||||
super(sm);
|
||||
|
Loading…
Reference in New Issue
Block a user