mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 11:40:40 +00:00
Add UnlitedOwns to /b who Staff
This commit is contained in:
parent
a914f72ea5
commit
a2a006ab52
1 changed files with 2 additions and 1 deletions
|
@ -894,7 +894,8 @@ public class Commands {
|
|||
s.sendMessage(ChatColor.YELLOW + "ProjectKorra Concept Designer");
|
||||
}
|
||||
|
||||
if (p.getName().equalsIgnoreCase("kiammcquaid")) {
|
||||
if (p.getName().equalsIgnoreCase("kiammcquaid")
|
||||
|| p.getName().equalsIgnoreCase("UnlitedOwns")) {
|
||||
s.sendMessage(ChatColor.YELLOW + "ProjectKorra GFX Artist");
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue