Adjust char_gen variable

This commit is contained in:
D4rkl1ght3r
2025-03-06 21:08:12 +01:00
parent 1a64b39b07
commit 278f993882

View File

@@ -18,7 +18,7 @@ rem.ConfigureWeaponFire({
-- Dynamic Enviroments and Characters -- Dynamic Enviroments and Characters
local char_gen = "1" local char_gen = "trent"
local fileChar = io.open(".\\REM\\Avatars\\characters.txt", "w") local fileChar = io.open(".\\REM\\Avatars\\characters.txt", "w")
if fileChar then if fileChar then
fileChar:write(char_gen) fileChar:write(char_gen)