Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonsturgeon committed Jan 25, 2022
1 parent a133ce7 commit 00e79db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moon/cfc_chat_transit/server/avatar_service.moon
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import TableToJSON from util
HTTP = HTTP

avatarServiceAddress = CreateConVar "cfc_avatar_service_address", "", FCVAR_NONE
avatarServiceAddress = CreateConVar "cfc_avatar_service_address", "", FCVAR_ARCHIVE + FCVAR_PROTECTED

class AvatarService
new: (logger) =>
Expand Down

0 comments on commit 00e79db

Please sign in to comment.