Embarrassing typo.
This commit is contained in:
parent
f2e88c1c54
commit
727da2c6b5
@ -112,7 +112,7 @@ public class ReportManager {
|
|||||||
{
|
{
|
||||||
Report report = getReport(reportId);
|
Report report = getReport(reportId);
|
||||||
|
|
||||||
if (report.getPlayerName() != null) {
|
if (report.getHandler() != null) {
|
||||||
reportHandler.sendMessage(C.cRed + "Someone is already handling this report.");
|
reportHandler.sendMessage(C.cRed + "Someone is already handling this report.");
|
||||||
} else {
|
} else {
|
||||||
String handlerName = reportHandler.getName();
|
String handlerName = reportHandler.getName();
|
||||||
|
Loading…
Reference in New Issue
Block a user