git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1002 54d463be-8e91-2dee-dedb-b68131a5f0ec
@@ -1,6 +1,8 @@
Date Added
01/27
+ * Tweaked garbage collection code after feedback from users
+ [SVN 1002: MouseJstr]
* Fixed TRADE exploits (it cures proxy hack / vending+trade hack) thanks to Freya [Lupus]
01/26
@@ -2697,7 +2697,7 @@ int do_init(int argc, char *argv[]) {
FILE *data_conf;
char line[1024], w1[1024], w2[1024];
-#ifdef DGCOLLECT
+#ifdef GCOLLECT
GC_enable_incremental();
#endif