Skip to content

Commit

Permalink
Moved to hard path
Browse files Browse the repository at this point in the history
  • Loading branch information
williamhatcher committed Aug 9, 2017
1 parent 5da449a commit 2f14d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gamerule.lua
Expand Up @@ -118,7 +118,7 @@ local function InitalizeIni()
ini:CaseSensitive()
local function CopyIni()
LOGINFO("Game Rule Settings not found or corrupt! Resetting to default game rules! (This may mess up your game)")
cFile:Copy(cPluginManager:GetPluginsPath().."/"..cPluginManager:GetCurrentPlugin():GetFolderName().."/gamerules.ini", "gamerules.ini")
cFile:Copy("Plugins/Core/gamerules.ini", "gamerules.ini")
end

if not(ini:ReadFile("gamerules.ini")) then -- gamerules.ini doesn't exist
Expand Down

0 comments on commit 2f14d0d

Please sign in to comment.