Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
ColonolNutty committed Mar 8, 2018
1 parent 600539a commit 0188cdb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .metadata
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"name" : "MoreFarmingFU",
"steamContentId" : "928896807",
"tags" : "Planets and Environments|Food and Farming|Mechanics",
"version" : "v1.1.25"
"version" : "v1.1.26"
}
2 changes: 1 addition & 1 deletion _MFMFUversioning.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"author" : "ColonolNutty",
"friendlyName" : "CN More Farming - Frackin' Universe",
"version" : "v1.1.25"
"version" : "v1.1.26"
}
4 changes: 2 additions & 2 deletions scripts/mfmfu_player_init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ local origInit = init;

function init()
origInit();
sb.logInfo("----- MFM player init -----");
local metadata = root.assetJson("/_MFMversioning.config")
sb.logInfo("----- MFM FU player init -----");
local metadata = root.assetJson("/_MFMFUversioning.config")
if(metadata) then
sb.logInfo("Running with " .. metadata.friendlyName .. " " .. metadata.version)
end
Expand Down

0 comments on commit 0188cdb

Please sign in to comment.