badge above head issue

Undercover

Member
Jun 14, 2017
32
6
Hey guys,

Trying to edit the badge above staff edit I found

if (Session.GetHabbo().GetPermissions().HasRight("mod_tool") && !Session.GetHabbo().DisableForcedEffects)
Session.GetHabbo().Effects().ApplyEffect(102);

and replaced it with
if (Session.GetHabbo().Rank > 6 && !Session.GetHabbo().DisableForcedEffects)
Session.GetHabbo().Effects().ApplyEffect(102);

Rebooted EMU and it still shows on the rank I dont want it to. Anything I have to do?
 

Central

Imagination is more important than knowledge.
Feb 22, 2015
709
107
If it doesn't let you Debug through the Visual Studio itself, make sure you open it as a solution and then it should allow you to Start Debugging.
 

Users who are viewing this thread

Top