1
1
mirror of https://github.com/geekfrog/PermissionsTime.git synced 2025-09-09 08:31:25 +00:00

修复了一堆BUG,不记得修复什么了...

This commit is contained in:
2018-06-25 04:37:54 +08:00
parent 6aa80bd290
commit ced1448a4b
16 changed files with 138 additions and 87 deletions

View File

@ -66,7 +66,7 @@ public class SetCmd implements Runnable {
OfflinePlayer player = pm.getOfflinePlayer(playerName);
if (player != null) {
sender.sendMessage(StrUtil.messageFormat(PluginCfg.PLUGIN_PREFIX + LangCfg.MSG_PROCESSING));
String uuid = player.getUniqueId().toString();
String uuid = pm.getPlayerUUIDByName(playerName);
if (PluginCfg.IS_DEBUG) {
sender.sendMessage(StrUtil.messageFormat(PluginCfg.PLUGIN_PREFIX + uuid + "\n" + pack.toString() + "\n" + time + unitName + " ."));
}