Changes

m
no edit summary
Line 49: Line 49:  
     --Get bracket of 5
 
     --Get bracket of 5
 
     self._hq_lvl = self._hq_lvl - (self._hq_lvl % 5) + 5
 
     self._hq_lvl = self._hq_lvl - (self._hq_lvl % 5) + 5
     if tonumber(self._args["hq"]) % 5 == 0 then
+
     if tonumber(self._args["hq"] or 0) % 5 == 0 then
 
         self._hq_lvl = self._hq_lvl + 5
 
         self._hq_lvl = self._hq_lvl + 5
 
     end
 
     end
48

edits