mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-01-19 18:14:44 +00:00
needed that
This commit is contained in:
parent
53429ea71f
commit
1900fd028e
|
|
@ -1,6 +1,7 @@
|
|||
// Copyright (c) 2022 PSForever
|
||||
package net.psforever.objects.zones.exp
|
||||
|
||||
import scala.concurrent.ExecutionContext.Implicits.global
|
||||
import net.psforever.objects.avatar.scoring.EquipmentStat
|
||||
import net.psforever.objects.serverobject.hackable.Hackable.HackInfo
|
||||
import net.psforever.objects.sourcing.VehicleSource
|
||||
|
|
@ -9,7 +10,6 @@ import net.psforever.types.Vector3
|
|||
import net.psforever.util.Database.ctx
|
||||
import net.psforever.util.Database.ctx._
|
||||
|
||||
|
||||
object ToDatabase {
|
||||
/**
|
||||
* Insert an entry into the database's `killactivity` table.
|
||||
|
|
|
|||
Loading…
Reference in a new issue