mirror of
https://github.com/mm201/pkmn-classic-framework.git
synced 2026-09-10 19:25:15 -05:00
Fix wrong search remember check
This commit is contained in:
@@ -293,7 +293,7 @@ namespace bvCrawler4
|
||||
Encrypt(data, 0xc9);
|
||||
PutLength(data);
|
||||
|
||||
if (hasSearch)
|
||||
if (!hasSearch)
|
||||
{
|
||||
using (MySqlConnection db = CreateConnection())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user