Explorar el Código

Fixes #69

tags/v0.1.2^2
Big Bad Waffle hace 7 años
padre
commit
6e0ff5f4a5
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