Skip to content

Commit c0d3b9c

Browse files
committed
fix command completions example
1 parent 8e04a81 commit c0d3b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Non-complex commands can be created with little effort using built-in API.
115115
local Bukkit = import("org.bukkit.Bukkit")
116116

117117
-- Function to handle command tab-completion.
118-
function onTabComplete(sender, alias, args)
118+
function onTabComplete(sender, args)
119119
-- No suggestions will be shown for this command.
120120
return {}
121121
end

0 commit comments

Comments
 (0)