## ETPub PCR alpha hacks (etpub_pcr_ah) ## (C) 2006-2007 PatheticCockroach.com ## This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License ## Derivative works may only be done if they are distributed with their source code. ## ## The original etpub_pcr_ah source and binaries can be found around http://www.patheticcockroach.com/etserver/etpub_pcr.php ## ## Note : ETPub PCR alpha hacks are just small modifications for ETPub (http://www.etpub.org) We removed g_damageXP from the serverinfo string because this string is a bit overcrowded. ------------------------- MODIFICATION STARTS HERE src\game\g_main.c (line 1011) **** REPLACE { &g_damageXP, "g_damageXP", "0", CVAR_SERVERINFO }, **** WITH { &g_damageXP, "g_damageXP", "0", 0 },