diff --git a/gamemode/core/libs/cl_networking.lua b/gamemode/core/libs/cl_networking.lua index 2ba058d8..161c65a2 100644 --- a/gamemode/core/libs/cl_networking.lua +++ b/gamemode/core/libs/cl_networking.lua @@ -39,7 +39,7 @@ end -- @typeCommentStart -- Returns the networked variable of the entity. -- @typeCommentEnd --- @realm client +-- @realm shared -- @classmod Entity -- @string key The key of the networked variable. -- @string default The default value to return if the networked variable is not set. @@ -58,9 +58,9 @@ end -- @typeCommentStart -- Returns the networked variable of a player. -- @typeCommentEnd --- @realm client +-- @realm shared -- @classmod Player -- @string key The key of the networked variable. -- @string default The default value to return if the networked variable is not set. -- @treturn any The networked variable. -playerMeta.getLocalVar = entityMeta.getNetVar \ No newline at end of file +playerMeta.getLocalVar = entityMeta.getNetVar