- Fixed clif.c dumping unknown packets by default... (oops, used an #ifdef where an #if had to go)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9335 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
fbb36710c3
commit
436a8a53cb
@ -11968,7 +11968,7 @@ int clif_parse(int fd) {
|
|||||||
) //Only execute the function when there's an sd (except for debug/wanttoconnect packets)
|
) //Only execute the function when there's an sd (except for debug/wanttoconnect packets)
|
||||||
packet_db[packet_ver][cmd].func(fd, sd);
|
packet_db[packet_ver][cmd].func(fd, sd);
|
||||||
}
|
}
|
||||||
#ifdef DUMP_UNKNOWN_PACKET
|
#if DUMP_UNKNOWN_PACKET
|
||||||
else if (battle_config.error_log)
|
else if (battle_config.error_log)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user