Skip to content

Commit

Permalink
only client write luajit_config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fesily committed Dec 13, 2024
1 parent f45aa65 commit 03eab92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mod/modmain.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_G = GLOBAL

do
if not _G.TheNet:IsDedicated() then
local fp = _G.io.open("luajit_config.json", "w");
if fp then
local config = {
Expand Down

0 comments on commit 03eab92

Please sign in to comment.