argh
This commit is contained in:
@@ -6,9 +6,9 @@ import mindustry.gen.*;
|
||||
* Thrown when a client sends invalid information.
|
||||
*/
|
||||
public class ValidateException extends RuntimeException{
|
||||
public final Playerc player;
|
||||
public final Player player;
|
||||
|
||||
public ValidateException(Playerc player, String s){
|
||||
public ValidateException(Player player, String s){
|
||||
super(s);
|
||||
this.player = player;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user