Skip to content

Commit

Permalink
remove unnecessary require statements
Browse files Browse the repository at this point in the history
add spawnable flag to selector shortcut
bump version number
  • Loading branch information
skaupper committed Nov 26, 2020
1 parent ea8d288 commit f38a577
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.102
0.8.103
1 change: 1 addition & 0 deletions prototypes/prototypes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ data:extend(
order = "a[yarm]",
action = 'spawn-item',
item_to_spawn = 'yarm-selector-tool',
spawnable = true,
style = 'green',
icon = {
filename = '__{{MOD_NAME}}__/graphics/resource-monitor-x32-white.png',
Expand Down
1 change: 0 additions & 1 deletion remote.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require "resmon"
local mod_gui = require("mod-gui")

local interface = {}

Expand Down
1 change: 0 additions & 1 deletion resmon.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
require "util"
require "libs/array_pair"
require "libs/ore_tracker"
require "mod-gui"
local mod_gui = require("mod-gui")

-- Sanity: site names aren't allowed to be longer than this, to prevent them
Expand Down

0 comments on commit f38a577

Please sign in to comment.