Skip to content

Commit

Permalink
Merge branch 'core'
Browse files Browse the repository at this point in the history
  • Loading branch information
Cooldude2606 committed Jan 22, 2018
2 parents 62950fb + ae3b403 commit e26daf8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion ExpCore/ranks.lua
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,17 @@ local jail = Ranking._group:create{
'open_character_gui',
'begin_mining',
'start_walking',
'player_leave_game'
'player_leave_game',
'open_blueprint_library_gui',
'build_item',
'use_item',
'select_item',
'rotate_entity',
'open_train_gui',
'open_train_station_gui',
'open_gui',
'open_item',
'deconstruct'
}
}

Expand Down

0 comments on commit e26daf8

Please sign in to comment.