Skip to content

Commit

Permalink
Update Key.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Qirky committed Aug 19, 2019
1 parent 674534a commit 2e139ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FoxDot/lib/Key.py
Expand Up @@ -468,7 +468,7 @@ def find_new_value(self, playerkey):

i = 2

index = indices[i]
index = indices[i % len(indices)]

return values[index]

Expand Down

0 comments on commit 2e139ee

Please sign in to comment.