mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2026-02-05 07:25:38 +00:00
Buggy changes I have implemented and not yet completed, including /whois and other stuff
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
public class other {
|
||||
public static other gmsg;
|
||||
|
||||
public static other gmsg(String msg){
|
||||
public static other gmsg(String msg){
|
||||
for (Player p : etc.getServer().getPlayerList()) {
|
||||
if (p != null) {
|
||||
p.sendMessage(msg);
|
||||
|
||||
Reference in New Issue
Block a user