This commit is contained in:
Lukas Moungos
2019-12-01 16:51:06 +01:00
parent f67fd6ac63
commit 2cdfad37ad
3 changed files with 2 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ namespace ReallifeGamemode.Server.Gangwar
NAPI.ClientEvent.TriggerClientEventForAll("GangAreas:Create", JsonConvert.SerializeObject(turfs.ToArray()));
}
public void GangwarKill(Client killer, Client victim)
public static void GangwarKill(Client killer, Client victim)
{
if (killer.HasData("GotInsideOfTurf") && victim.HasData("GotInsideOfTurf"))
{