diff --git a/presets/snooker.json b/presets/snooker.json index 73ae4575..ddfb86d7 100644 --- a/presets/snooker.json +++ b/presets/snooker.json @@ -25,6 +25,6 @@ "statistics": [ { "name" : "Games Played", "equation" : "$eventsplayed" }, { "name" : "Games Won", "equation" : "$win" }, - { "name" : "Win Percentage", "equation" : "$win / $eventsplayed * 100", "precision" : 2 } + { "name" : "Win Percentage", "equation" : "$win / $eventsplayed * 1 0 0", "precision" : 2 } ] } \ No newline at end of file