Explorar el Código

Fixed compile error, sorry ^^;

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1413 54d463be-8e91-2dee-dedb-b68131a5f0ec
celest hace 20 años
padre
commit
76c6d019db
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      src/map/map.c

+ 0 - 2
src/map/map.c

@@ -3070,8 +3070,6 @@ int log_sql_init(void){
 
 int online_timer (int tid,unsigned int tick,int id,int data)
 {
-	if(check_online_timer != tid)
-		return 0;
 	char_online_check();
 	return 0;
 }