mirror of
https://github.com/PikaMug/Quests.git
synced 2024-12-22 09:08:05 +01:00
*Fixed getTime() which now contains milliseconds to fix exception of
input:milliseconds < 1000
This commit is contained in:
parent
ae27c83253
commit
9e79f98f95
@ -3857,7 +3857,7 @@ public class Quests extends JavaPlugin implements ConversationAbandonedListener,
|
||||
if (milliSeconds2 == 1) {
|
||||
message += " 1 Millisecond,";
|
||||
} else {
|
||||
message += " " + seconds + " Milliseconds,";
|
||||
message += " " + milliSeconds2 + " Milliseconds,";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user