geforkt von Mirrors/Paper
Added kick player
Dieser Commit ist enthalten in:
Ursprung
0318cfc746
Commit
55959488a9
@ -94,4 +94,9 @@ public class CraftPlayer extends CraftHumanEntity implements Player {
|
|||||||
hash = 97 * hash + (this.getName() != null ? this.getName().hashCode() : 0);
|
hash = 97 * hash + (this.getName() != null ? this.getName().hashCode() : 0);
|
||||||
return hash;
|
return hash;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void kickPlayer(String message) {
|
||||||
|
entity.a.a(message);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren