diff --git a/lua/wire/client/text_editor/wire_expression2_editor.lua b/lua/wire/client/text_editor/wire_expression2_editor.lua index 87bec978e4..4fb6884fea 100644 --- a/lua/wire/client/text_editor/wire_expression2_editor.lua +++ b/lua/wire/client/text_editor/wire_expression2_editor.lua @@ -1464,10 +1464,10 @@ Text here]# ]] local ownerStr if CPPI then - local owner = self:CPPIGetOwner() + local owner = v:CPPIGetOwner() if IsValid(owner) and owner:Nick() ~= nick then - ownerStr = string.format("Owner: %s | Code Author: %s", owner:GetName(), nick) + ownerStr = string.format("Owner: %s | Code Author: %s", owner:Nick(), nick) else ownerStr = "Owner: " .. nick end