mirror of
https://github.com/FAUSheppy/open-web-leaderboard.git
synced 2025-12-06 15:11:35 +01:00
allow * internally
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
positions = [ "Top", "Jungle", "Mid", "Support" , "Bottom" ]
|
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() {
|
function checkPlayer() {
|
||||||
if(this.value == ""){
|
if(this.value == ""){
|
||||||
|
|||||||
Reference in New Issue
Block a user