From 48479ee62a772c67847058b62de5a67020c2a5ad Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Thu, 2 Apr 2020 17:10:30 +0200 Subject: [PATCH] Fixed a problem --- funcs/swfuncs/swroll.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funcs/swfuncs/swroll.py b/funcs/swfuncs/swroll.py index 6647e0c..ad0db07 100644 --- a/funcs/swfuncs/swroll.py +++ b/funcs/swfuncs/swroll.py @@ -294,7 +294,7 @@ def parseRoll(user : str,cmd : str = ""): elif commands[x][0] == "F": rollParameters[6] = int(commands[x].replace("F","")) else: - rollParameters[x-1] = int(commands[x-1]) + rollParameters[x] = int(commands[x]) except: logThis("Someone fucked u-up! (it was them)") return "Invalid input!"