Skip to content

Commit 45a6d1b

Browse files
author
legoboy0215
committed
Update main.php
Changed the name.
1 parent 60f210e commit 45a6d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

isopornot/src/legoboy/isopornot/main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function onDisable(){
2626
public function onCommand(CommandSender $sender, Command $cmd, $label, array $args) {
2727
switch($cmd->getName()){
2828
case "isop":
29-
$sender->sendMessage("[LegoCraft] " .TextFormat::GREEN . "You ".($sender->isOp() ? "are" : "are not")." op!");
29+
$sender->sendMessage("[Server] " .TextFormat::GREEN . "You ".($sender->isOp() ? "are" : "are not")." op!");
3030
return true;
3131
}
3232
}

0 commit comments

Comments
 (0)