No youtuber Disguise.

This commit is contained in:
Sarah 2015-08-06 09:11:39 +02:00
parent b52a9477fe
commit 208ce95c97
2 changed files with 2 additions and 2 deletions

View File

@ -145,7 +145,7 @@ public class DisguiseCommand extends CommandBase<HubManager> implements Listener
Plugin.GetClients().LoadClient(other, uuid, caller.getAddress().getAddress().getAddress().toString());
Rank otherRank = other.GetRank();
if(otherRank.Has(Rank.HELPER))
if(otherRank.Has(Rank.TWITCH))
{
UtilPlayer.message(caller, C.cRed + C.Bold + "You can't disguise as staff!");
_disguisedPlayers.remove(caller);

View File

@ -141,7 +141,7 @@ public class DisguiseCommand extends CommandBase<ArcadeManager> implements Liste
Plugin.GetClients().LoadClient(other, uuid, caller.getAddress().getAddress().getAddress().toString());
Rank otherRank = other.GetRank();
if(otherRank.Has(Rank.HELPER))
if(otherRank.Has(Rank.TWITCH))
{
UtilPlayer.message(caller, C.cRed + C.Bold + "You can't disguise as staff!");
_disguisedPlayers.remove(caller);