From fd9060e2c251396e4474806b1844b4e3c9613deb Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Fri, 20 Jun 2014 15:48:18 +1000 Subject: [PATCH] Update snooker preset --- presets/snooker.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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