]> jfr.im git - irc/rizon/acid.git/commitdiff
vizon: Fix grammar in BetCommand
authorstaticfox <redacted>
Mon, 17 Apr 2017 07:33:14 +0000 (03:33 -0400)
committerstaticfox <redacted>
Mon, 17 Apr 2017 07:33:14 +0000 (03:33 -0400)
vizon/src/main/java/net/rizon/acid/plugins/vizon/commands/BetCommand.java

index ad4dc916736bec5a1002a53b757ab9cb3b2d89db..13a9e0d29733b772993cb1002b20101f06293a0d 100644 (file)
@@ -63,8 +63,8 @@ public class BetCommand extends Command
 
                if (!source.isOnChan(Vizon.getVizonChannel()))
                {
-                       // User is not on the VIzon channel.
-                       Acidictive.reply(source, to, c, String.format("You need to be on %s before placing a bet", Vizon.getConf().vizonChannel));
+                       // User is not in the Vizon channel.
+                       Acidictive.reply(source, to, c, String.format("You need to be in %s before placing a bet", Vizon.getConf().vizonChannel));
                        return;
                }