Buggy changes I have implemented and not yet completed, including /whois and other stuff

This commit is contained in:
nossr50
2010-09-28 22:43:48 -07:00
parent f3a62d1a1a
commit 4f736bc984
2 changed files with 60 additions and 18 deletions

View File

@ -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);