Skip to content

Commit

Permalink
Fixed typo in script filename
Browse files Browse the repository at this point in the history
  • Loading branch information
scfmod committed Jan 4, 2024
1 parent bd50245 commit 93cfb16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ load('extensions/ConstructionScreenExtension.lua')
load('extensions/EconomyManagerExtension.lua')
load('extensions/FSBaseMissionExtension.lua')
load('extensions/GuiOverlayExtension.lua')
load('extensions/SaveGameControllerExtention.lua')
load('extensions/SaveGameControllerExtension.lua')
load('extensions/SellPlaceableEventExtension.lua')

g_constructionGui = ConstructionGUI.new()
Expand Down

0 comments on commit 93cfb16

Please sign in to comment.