mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-17 05:56:02 +01:00
Remove references to qs scripts
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
--- registerCommand("greet", {
|
||||
--- "Greets the player",
|
||||
--- { name = "name", help = "Name of the player to greet" },
|
||||
--- function(source, args) print("Hello, "..args[1].."!") end,
|
||||
--- nil,
|
||||
--- function(source, args) print("Hello, "..args[1].."!") end,
|
||||
--- "admin"
|
||||
--- })
|
||||
--- ```
|
||||
|
||||
Reference in New Issue
Block a user