Tutorial Hide level before name

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

4peppe

New member
Joined
Feb 18, 2021
Messages
26
Credits
7
Open the file InstanceBaseEffect.cpp (src/client/userinterface)

Search CInstanceBase::UpdateTextTailLevel

Add after the first {

if (IsPC()) {
return;
}
 
Back
Top