1
0
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:
James Gillham 2021-01-01 17:17:31 +00:00
parent 7545a41e52
commit 234c3f5b24

View File

@ -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',