We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b844419 + 24f95e5 commit dffc82bCopy full SHA for dffc82b
src/main/java/com/laytonsmith/core/functions/Commands.java
@@ -299,7 +299,7 @@ public ExampleScript[] examples() throws ConfigCompileException {
299
+ "\t'aliases':array('hugg', 'hugs'),\n"
300
+ "\t'executor': closure(@alias, @sender, @args) {\n"
301
+ "\t\t\tif(array_size(@args) == 1) {\n"
302
- + "\t\t\t\tif(!ponline(@args[0])) {\n"
+ + "\t\t\t\tif(ponline(@args[0])) {\n"
303
+ "\t\t\t\t\tbroadcast(colorize('&4'.@sender.' &6hugs &4'.@args[0]));\n"
304
+ "\t\t\t\t} else {\n"
305
+ "\t\t\t\t\ttmsg(@sender, colorize('&cThe given player is not online.'));\n"
0 commit comments