Skip to content

Commit 2b3a8fe

Browse files
committed
Archive instead of replicated
1 parent e74344a commit 2b3a8fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/autorun/webaudio.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ end
6767

6868
-- SERVER
6969
local WAAdminOnly = CreateConVar("wa_admin_only", "0", FCVAR_REPLICATED, "Whether creation of WebAudio objects should be limited to admins. 0 for everyone, 1 for admins, 2 for superadmins. wa_enable_sv takes precedence over this", 0, 2)
70-
local WASCCompat = CreateConVar("wa_sc_compat", "0", FCVAR_REPLICATED, "Whether streamcore-compatible functions should be generated for E2.", 0, 1)
70+
local WASCCompat = CreateConVar("wa_sc_compat", "0", FCVAR_ARCHIVE, "Whether streamcore-compatible functions should be generated for E2.", 0, 1)
7171

7272
-- Max in total is ~1023 from ID_LEN writing a 10 bit uint. Assuming ~30 players max using webaudio, can only give ~30.
7373
local WAMaxStreamsPerUser = CreateConVar("wa_stream_max", "5", FCVAR_REPLICATED, "Max number of streams a player can have at once.", 1, 30)

0 commit comments

Comments
 (0)