Skip to content

Commit

Permalink
FRM: Dots instead of slashes for libs
Browse files Browse the repository at this point in the history
  • Loading branch information
tewlwolow committed Jan 19, 2023
1 parent 80ce72e commit 8311cea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 00 Core/MWSE/mods/tew/AURA/UI/UIMain.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local modversion = require("tew\\AURA\\version")
local config = require("tew\\AURA\\config")
local modversion = require("tew.AURA.version")
local config = require("tew.AURA.config")
local version = modversion.version

local function init()
Expand Down
4 changes: 2 additions & 2 deletions 00 Core/MWSE/mods/tew/AURA/UI/travel.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local modversion = require("tew\\AURA\\version")
local modversion = require("tew.AURA.version")
local version = modversion.version
local config = require("tew\\AURA\\config")
local config = require("tew.AURA.config")
local UIvol=config.UIvol/200
local common = require("tew.AURA.common")

Expand Down

0 comments on commit 8311cea

Please sign in to comment.
  翻译: