reference

master
zmv7 2022-06-01 21:06:24 +05:00 committed by GitHub
parent a1513d30e4
commit 6ba8ef5071
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ core.register_on_joinplayer(function(player)
end)
core.register_chatcommand("players", {
core.register_chatcommand("players", { --originally from better_nametags
description = "List all players currently online.",
func = function(name, _)
local onlineCount = #(core.get_connected_players())