Skip to content

Commit 0c821a5

Browse files
committed
little things
1 parent 5ba7f15 commit 0c821a5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,6 @@ public void send() {
202202
if (sender == null)
203203
return;
204204
for (String s : forLocale()) {
205-
if (StringUtils.isEmpty(s))
206-
continue;
207205
MsgUtil.sendDirectMessage(sender, s);
208206
}
209207
}

0 commit comments

Comments
 (0)