mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-10 09:02:09 -07:00
Bunchafixes which may or may not have any end result
This commit is contained in:
@@ -768,7 +768,7 @@ public class NetServerHandler extends NetHandler implements ICommandListener {
|
||||
a.info(s);
|
||||
this.minecraftServer.serverConfigurationManager.sendAll(new Packet3Chat(s));
|
||||
} else if (s.toLowerCase().startsWith("/kill")) {
|
||||
this.player.damageEntity(DamageSource.j, 1000);
|
||||
this.player.damageEntity(DamageSource.GENERIC, 1000);
|
||||
} else if (s.toLowerCase().startsWith("/tell ")) {
|
||||
String[] astring = s.split(" ");
|
||||
|
||||
|
Reference in New Issue
Block a user