allow * internally

This commit is contained in:
2021-06-03 20:22:11 +02:00
parent 590763c613
commit 2ce48a7147

View File

@@ -1,5 +1,5 @@
positions = [ "Top", "Jungle", "Mid", "Support" , "Bottom" ]
acceptedParser = [ "top", "jungle", "mid", "sup" , "bot", "adc", "support", "bottom" ]
acceptedParser = [ "top", "jungle", "mid", "sup" , "bot", "adc", "support", "bottom", "*" ]
function checkPlayer() {
if(this.value == ""){