This commit is contained in:
2024-08-24 22:45:28 +02:00
parent 91b04ec9c3
commit 054568b2e6
25 changed files with 1594 additions and 1594 deletions

View File

@@ -1,10 +1,10 @@
function()
if aura_env.state.pname then
if aura_env.statee.pname then
output = ""
if aura_env.state.pclass then
output = aura_env.GetClassColor(aura_env.state.pclass) .. aura_env.state.pname .. "\124r"
if aura_env.statee.pclass then
output = aura_env.GetClassColor(aura_env.statee.pclass) .. aura_env.statee.pname .. "\124r"
else
output = aura_env.state.pname
output = aura_env.statee.pname
end
return output
end