Fix build.

This commit is contained in:
hondacrx
2022-05-24 18:21:45 -04:00
parent a89977ad99
commit b3eec19d55
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -2445,6 +2445,9 @@ namespace Game.Maps
public void Respawn(RespawnInfo info, SQLTransaction dbTrans = null)
{
if (info.respawnTime <= GameTime.GetGameTime())
return;
info.respawnTime = GameTime.GetGameTime();
SaveRespawnInfoDB(info, dbTrans);
}