@@ -87,7 +87,7 @@ end
---Round a number with specified unit
---@param n number
---@param u number # Default: 10
---@param u? number # Default: 10
---@return number
function math.roundUnit(n,u)
local u = u or 10
The note is not visible to the blocked user.