Fix typos
This commit is contained in:
parent
8f7fe1548d
commit
6838c549ad
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
require "__cf-lib__/util/table"
|
||||
|
||||
local util = require "util"
|
||||
local Technology = require("__cf-lib__/data/technology")
|
||||
local Recipe = require("__cf-lib__/data/recipe")
|
||||
local Technology = require("__cf-lib__/data/Technology")
|
||||
local Recipe = require("__cf-lib__/data/Recipe")
|
||||
|
||||
-- Clear space science
|
||||
util.removeTechWithPrerequisite("space-science-pack")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue