Skip to content

Commit 6cb937b

Browse files
committed
fix typo
1 parent 40abfb8 commit 6cb937b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/me/fallenbreath/velocitywhitelist/WhitelistManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ public boolean removePlayer(CommandSource source, String value)
248248
source.sendMessage(Component.text(String.format("Removed player %s from the whitelist", displayName)));
249249
return true;
250250
}
251-
source.sendMessage(Component.text(String.format("Player %s does not in the whitelist", displayName)));
251+
source.sendMessage(Component.text(String.format("Player %s is not in the whitelist", displayName)));
252252
return false;
253253
}
254254
);

0 commit comments

Comments
 (0)