Line endings, consistency!
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
package org.bukkit.event.player;
|
||||
|
||||
import org.bukkit.entity.Player;
|
||||
|
||||
public class PlayerCommandPreprocessEvent extends PlayerChatEvent {
|
||||
public PlayerCommandPreprocessEvent(Player player, String message) {
|
||||
super(player, message);
|
||||
}
|
||||
}
|
||||
package org.bukkit.event.player;
|
||||
|
||||
import org.bukkit.entity.Player;
|
||||
|
||||
public class PlayerCommandPreprocessEvent extends PlayerChatEvent {
|
||||
public PlayerCommandPreprocessEvent(Player player, String message) {
|
||||
super(player, message);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user