mirror of
https://github.com/geekfrog/PermissionsTime.git
synced 2025-09-09 08:31:25 +00:00
修复了一堆BUG,不记得修复什么了...
This commit is contained in:
@ -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 + " ."));
|
||||
}
|
||||
|
Reference in New Issue
Block a user