mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-01-18 03:21:47 +02:00
Update .luacheckrc with defines.disconnect_reason
This commit is contained in:
parent
7545a41e52
commit
234c3f5b24
15
.luacheckrc
15
.luacheckrc
@ -909,6 +909,21 @@ stds.factorio_defines = {
|
||||
}
|
||||
}
|
||||
},
|
||||
disconnect_reason = {
|
||||
fields = {
|
||||
'quit',
|
||||
'dropped',
|
||||
'reconnect',
|
||||
'wrong_input',
|
||||
'desync_limit_reached',
|
||||
'cannot_keep_up',
|
||||
'afk',
|
||||
'kicked',
|
||||
'kicked_and_deleted',
|
||||
'banned',
|
||||
'switching_servers'
|
||||
}
|
||||
},
|
||||
difficulty = {
|
||||
fields = {
|
||||
'easy',
|
||||
|
Loading…
Reference in New Issue
Block a user