Explorar el Código

Merge branch '69-reputation-past-revered' into 'staging'

Fixes #69

See merge request !68
tags/v0.1.2^2
Big Bad Waffle hace 7 años
padre
commit
10438d8359
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      src/server/components/reputation.js

+ 2
- 0
src/server/components/reputation.js Ver fichero

@@ -81,6 +81,8 @@ define([

if (t.rep > rep)
break;
else if (i == tLen - 1)
tier = i;
}

if (tier < 0)


Cargando…
Cancelar
Guardar