mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2024-11-23 00:05:52 +01:00
!Roman int calculation fix
This commit is contained in:
parent
568edef502
commit
1d3bed0d1c
@ -101,7 +101,7 @@ public class MMOCoreUtils {
|
||||
if (input < 1)
|
||||
return "<1";
|
||||
if (input > 3999)
|
||||
return ">499";
|
||||
return ">3999";
|
||||
|
||||
String result = "";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user