mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-01-20 02:54:46 +00:00
Add newline to end of files
This commit is contained in:
parent
b730f4c974
commit
f949926bb2
|
|
@ -22,4 +22,4 @@ class CaptureFlagConverter extends ObjectCreateConverter[CaptureFlag]() {
|
|||
)
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -56,4 +56,4 @@ object CaptureFlag {
|
|||
|
||||
obj
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@ import net.psforever.objects.serverobject.structures.AmenityDefinition
|
|||
*/
|
||||
class CaptureFlagDefinition extends AmenityDefinition(157) {
|
||||
Name = "capture_flag"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -29,4 +29,4 @@ object CaptureFlagSocket {
|
|||
obj.Position = pos
|
||||
obj
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@ import net.psforever.objects.serverobject.structures.AmenityDefinition
|
|||
*/
|
||||
class CaptureFlagSocketDefinition extends AmenityDefinition(450) {
|
||||
Name = "llm_socket"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -279,4 +279,4 @@ object CaptureFlagLostReasonEnum extends Enumeration {
|
|||
type CaptureFlagLostReasonEnum = Value
|
||||
|
||||
val Resecured, TimedOut = Value
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue