mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-25 14:17:29 -04:00
ZS: Fix wrong chance in /mi
This commit is contained in:
parent
7ed13925ab
commit
55d1093a21
@ -255,7 +255,7 @@ namespace MCGalaxy.Commands {
|
||||
|
||||
case "authors": Authors = value; break;
|
||||
case "roundsplayed": TotalRounds = int.Parse(value); break;
|
||||
case "RoundsHumanWon": HumanRounds = int.Parse(value); break;
|
||||
case "roundshumanwon": HumanRounds = int.Parse(value); break;
|
||||
case "likes": Likes = int.Parse(value); break;
|
||||
case "dislikes": Dislikes = int.Parse(value); break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user