Skip to content

Commit

Permalink
Fix wrong folder names in ap_client.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyb3RGER committed Mar 30, 2024
1 parent c794e55 commit d8896a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ap_client.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@


local lua_dir = 'lua533r'
local lua_dir = 'lua533r-clang32-dynamic'
if IS_REPENTOGON then
lua_dir = 'lua54'
lua_dir = 'lua54-clang32-static'
end
local luaapclient_dir = script_path() .. 'lib' .. DIR_SEP .. lua_dir .. DIR_SEP .. 'lua-apclientpp.dll'
---@type APClient
Expand Down

0 comments on commit d8896a3

Please sign in to comment.