Fix createconvar

This commit is contained in:
Brandon Sturgeon 2021-02-19 23:49:27 -08:00 committed by Brandon Sturgeon
parent fc763b92b9
commit 1a3acc6b06

View File

@ -1,7 +1,7 @@
import Start, Receive, ReadBool, ReadColor, ReadString, WriteBool, Send from net
import AddToolCategory, AddToolMenuOption from spawnmenu
shouldReceiveRemoteMessages = CreateConVar "cfc_chat_transit_remote_messages", true, FCVAR_ARCHIVE, "Should receive remote messges in chat", 0, 1
shouldReceiveRemoteMessages = CreateConVar "cfc_chat_transit_remote_messages", 1, FCVAR_ARCHIVE, "Should receive remote messges in chat", 0, 1
colors =
white: Color 255, 255, 255