mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Fix errors in luacheck defines
This commit is contained in:
17
.luacheckrc
17
.luacheckrc
@@ -1026,6 +1026,21 @@ do -- Factorio Defines STDs--
|
|||||||
'northwest'
|
'northwest'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
disconnect_reason = {
|
||||||
|
fields = {
|
||||||
|
'quit',
|
||||||
|
'dropped',
|
||||||
|
'reconnect',
|
||||||
|
'wrong_input',
|
||||||
|
'desync_limit_reached',
|
||||||
|
'cannot_keep_up',
|
||||||
|
'afk',
|
||||||
|
'kicked',
|
||||||
|
'kicked_and_deleted',
|
||||||
|
'banned',
|
||||||
|
'switching_servers'
|
||||||
|
}
|
||||||
|
},
|
||||||
distraction = {
|
distraction = {
|
||||||
fields = {
|
fields = {
|
||||||
'by_enemy',
|
'by_enemy',
|
||||||
@@ -1216,7 +1231,7 @@ do -- Factorio Defines STDs--
|
|||||||
},
|
},
|
||||||
flow_precision_index = {
|
flow_precision_index = {
|
||||||
fields = {
|
fields = {
|
||||||
'one_second',
|
'five_seconds',
|
||||||
'one_minute',
|
'one_minute',
|
||||||
'ten_minutes',
|
'ten_minutes',
|
||||||
'one_hour',
|
'one_hour',
|
||||||
|
|||||||
Reference in New Issue
Block a user