]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/autocvars.qh
Allow customising the delimiter of IPV6 IPs in the game log's join message, so script...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / autocvars.qh
index 8213aaddec322cb0cf4f547b058c9c90adf3d72e..fec6d9a46d6c66d179c9ce64c42d2081d9881fb6 100644 (file)
@@ -301,6 +301,7 @@ int autocvar_sv_eventlog_files_counter;
 string autocvar_sv_eventlog_files_nameprefix;
 string autocvar_sv_eventlog_files_namesuffix;
 bool autocvar_sv_eventlog_files_timestamps;
+string autocvar_sv_eventlog_ipv6_delimiter = ":";
 float autocvar_sv_friction_on_land;
 var float autocvar_sv_friction_slick = 0.5;
 float autocvar_sv_gameplayfix_q2airaccelerate = 1;