Reveal player UUID when name lookup fails.
This commit is contained in:
parent
78fbe3a389
commit
5478adae71
|
|
@ -2642,7 +2642,7 @@ public class GriefPrevention extends JavaPlugin
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
return "someone";
|
return "someone(" + playerID.toString() + ")";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user