fix rounding in division expressions

This commit is contained in:
Martin Michelsen
2023-09-05 22:52:49 -07:00
parent 2b2d8dfb3d
commit f771643880
4 changed files with 20 additions and 5 deletions
+2 -1
View File
@@ -196,7 +196,8 @@
// License manager messages describe the creation of new license files.
"LicenseManager": "INFO",
// Lobby messages describe creation and deletion of lobbies and games, as
// well as item tracking events within games.
// well as item tracking events within games. On Episode 3, debug messages
// during battles go to this stream as well; use "DEBUG" here to see them.
"Lobbies": "INFO",
// Patch file index messages describe finding and preloading the patch files
// available for download to BB and PC clients.