Skip to content

Commit dfd286e

Browse files
committed
another little thing
1 parent 0c821a5 commit dfd286e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/org/maxgamer/quickshop/util/language/text/TextManager.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import com.dumptruckman.bukkit.configuration.json.JsonConfiguration;
44
import org.apache.commons.io.IOUtils;
5-
import org.apache.commons.lang.StringUtils;
65
import org.bukkit.Bukkit;
76
import org.bukkit.command.CommandSender;
87
import org.bukkit.configuration.InvalidConfigurationException;
@@ -281,8 +280,6 @@ public void send() {
281280
if (sender == null)
282281
return;
283282
String lang = forLocale();
284-
if (StringUtils.isEmpty(lang))
285-
return;
286283
MsgUtil.sendDirectMessage(sender, lang);
287284
// plugin.getQuickChat().send(sender, lang);
288285
}

0 commit comments

Comments
 (0)