mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
fix fff4ef1109
This commit is contained in:
parent
fd1725f3bb
commit
b3149a06e0
1 changed files with 1 additions and 1 deletions
|
|
@ -645,7 +645,7 @@ class FileHandler
|
|||
case 'K': $val *= 1024;
|
||||
}
|
||||
|
||||
return $val;
|
||||
return round($val);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue