Merge branch 'main' into filemonitor-cleanup

This commit is contained in:
d1str4ught
2025-09-25 23:59:38 +02:00
committed by GitHub
6 changed files with 1 additions and 229 deletions

View File

@@ -54,7 +54,6 @@
#include "spam.h"
#include "panama.h"
#include "threeway_war.h"
#include "auth_brazil.h"
#include "DragonLair.h"
#include "skill_power.h"
#include "SpeedServer.h"
@@ -223,9 +222,6 @@ void heartbeat(LPHEART ht, int pulse)
// 1초마다
if (!(pulse % ht->passes_per_sec))
{
if (g_bAuthServer && LC_IsBrazil() && !test_server)
auth_brazil_log();
if (!g_bAuthServer)
{
TPlayerCountPacket pack;