Skip to content

Commit b114c10

Browse files
committed
chore: fixed some typos
1 parent a11293a commit b114c10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/de/bypixeltv/redivelocity/RediVelocity.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ public void onProxyInitialization(ProxyInitializeEvent event) {
166166
if (!isBeta) {
167167
updateManager.checkForUpdate();
168168
} else {
169-
rediVelocityLogger.sendConsoleMessage("<yellow>The <aqua>update checker</aqua> is disabled, because you are using a <aqua>beta build</aqua> of <aqua>RediVelocity!</aqua></yellow>");
169+
rediVelocityLogger.sendConsoleMessage("<yellow>The <aqua>update checker</aqua> is disabled because you are using a <aqua>beta build</aqua> of <aqua>RediVelocity!</aqua></yellow>");
170170
}
171171

172172
proxy.getEventManager().register(this, new ServerSwitchListener(this, config, redisController));
@@ -186,11 +186,11 @@ public void onProxyInitialization(ProxyInitializeEvent event) {
186186

187187
if (config.getJoingate().getAllowBedrockClients()) {
188188
if (!config.getJoingate().getFloodgateHook()) {
189-
rediVelocityLogger.sendErrorLogs("You currently disallow Bedrock client to connect, but the Floodgate hook is disabled, please enable the Floodgate hook in the config");
189+
rediVelocityLogger.sendErrorLogs("You currently allow Bedrock clients to connect, but the Floodgate hook is disabled, please enable the Floodgate hook in the config");
190190
} else {
191191
// check if geyser and floodgate are installed
192192
if (proxy.getPluginManager().getPlugin("floodgate").isEmpty() && proxy.getPluginManager().getPlugin("geyser").isEmpty()) {
193-
rediVelocityLogger.sendErrorLogs("You currently disallow Bedrock client to connect, but Floodgate and GeyserMC are <color:#ff0000>NOT</color> installed, you should fix this issue.");
193+
rediVelocityLogger.sendErrorLogs("You currently allow Bedrock clients to connect, but Floodgate and GeyserMC are <color:#ff0000>NOT</color> installed, you should fix this issue.");
194194
}
195195
}
196196
}

0 commit comments

Comments
 (0)