[Open Source] Reports

Status
This thread has been locked.
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

qIooIp

Supreme
Feedback score
3
Posts
14
Reactions
149
Resources
0
Class: ReportCommand.java

"Report report = new Report(target, player.getName(), reason);" should be below:

Code:
if(target == null) {
    player.sendMessage(Configuration.NOT_ONLINE.replaceAll("%player%", args[0]));
    return true;
}
 

subbotted

Contact on Discord, subbotted#5560
Supreme
Feedback score
17
Posts
524
Reactions
407
Resources
0
Status
This thread has been locked.
Top