1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

support homepath in pluto t6

This commit is contained in:
RaidMax
2021-08-27 20:47:06 -05:00
parent 300b3a5908
commit 0b6d74e5d4
14 changed files with 39 additions and 18 deletions

View File

@ -46,6 +46,7 @@ const plugin = {
rconParser.Configuration.DefaultDvarValues.Add('version', this.engine);
rconParser.Configuration.DefaultDvarValues.Add('fs_basepath', '');
rconParser.Configuration.DefaultDvarValues.Add('fs_basegame', '');
rconParser.Configuration.DefaultDvarValues.Add('fs_homepath', '');
rconParser.Configuration.DefaultDvarValues.Add('g_log', '');
rconParser.Configuration.DefaultDvarValues.Add('net_ip', 'localhost');