mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-28 12:05:21 +09:00
Change Rocket Logging to Modulo (#332)
* Update logging.lua * Update logging.lua
This commit is contained in:
@@ -11,22 +11,9 @@ return {
|
||||
[20] = true,
|
||||
[50] = true,
|
||||
[100] = true,
|
||||
[200] = true,
|
||||
[500] = true,
|
||||
[1000] = true,
|
||||
[2000] = true,
|
||||
[5000] = true,
|
||||
[10000] = true,
|
||||
[20000] = true,
|
||||
[50000] = true,
|
||||
[100000] = true,
|
||||
[200000] = true,
|
||||
[500000] = true,
|
||||
[1000000] = true,
|
||||
[2000000] = true,
|
||||
[5000000] = true,
|
||||
[10000000] = true
|
||||
[200] = true
|
||||
},
|
||||
rocket_launch_display_rate = 500,
|
||||
disconnect_reason = {
|
||||
[defines.disconnect_reason.quit] = ' left the game',
|
||||
[defines.disconnect_reason.dropped] = ' was dropped from the game',
|
||||
|
||||
Reference in New Issue
Block a user