Skip to content
Snippets Groups Projects
Commit da0d0e41 authored by Sal's avatar Sal
Browse files

Expand IP_SIZE

parent 651d25a5
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@
#define DISCORD_APPID "503531144395096085"
// length of IP strings
#define IP_SIZE 16
#define IP_SIZE 21
consvar_t cv_discordrp = {"discordrp", "On", CV_SAVE|CV_CALL, CV_OnOff, DRPC_UpdatePresence, 0, NULL, NULL, 0, 0, NULL};
consvar_t cv_discordstreamer = {"discordstreamer", "Off", CV_SAVE, CV_OnOff, NULL, 0, NULL, NULL, 0, 0, NULL};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment