Skip to content

Commit d28a12e

Browse files
committed
Update logging.md
1 parent 2510f7f commit d28a12e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/platforms/garrysmod/plugins/logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ hook.Add("Example", "sample", function(some_player, some_string)
102102
logging:emit("sample", msg_instruct, {
103103
{name = "username", value = some_player:Nick()},
104104
{name = "identifier", value = some_player:SteamID64()},
105-
{name = "sample", value = some_string}
105+
{name = "sample_meta", value = some_string}
106106
}, {
107107
-- we can make it so that if they can see logs, they don't see their own networked to them.
108108
exclude = some_player

0 commit comments

Comments
 (0)