1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-21 03:03:02 +01:00

Some refactoring

This commit is contained in:
nossr50
2020-11-04 12:12:51 -08:00
parent 329de942b4
commit 15578bb84e
62 changed files with 170 additions and 201 deletions

View File

@@ -1,7 +1,7 @@
package com.gmail.nossr50.config;
import com.gmail.nossr50.datatypes.chat.ChatChannel;
import com.gmail.nossr50.util.StringUtils;
import com.gmail.nossr50.util.text.StringUtils;
import org.jetbrains.annotations.NotNull;
public class ChatConfig extends AutoUpdateConfigLoader {