remove old artefacts
This commit is contained in:
parent
3617511715
commit
0114747e96
1 changed files with 1 additions and 2 deletions
3
main.sk
3
main.sk
|
@ -120,8 +120,7 @@ on tab complete for "home" and "delhome": # autocompletion des homes
|
||||||
if {home.%player's uuid%::*} is set:
|
if {home.%player's uuid%::*} is set:
|
||||||
set tab completions for position 1 to the first element of {home.%player's uuid%::*}
|
set tab completions for position 1 to the first element of {home.%player's uuid%::*}
|
||||||
loop {home.%player's uuid%::*}:
|
loop {home.%player's uuid%::*}:
|
||||||
if loop-value isn't the first element of {cards.%player%::*}:
|
add loop-value to tab completions
|
||||||
add loop-value to tab completions
|
|
||||||
|
|
||||||
command listhome: # liste tes homes
|
command listhome: # liste tes homes
|
||||||
executable by: players
|
executable by: players
|
||||||
|
|
Loading…
Reference in a new issue