Skip to content

Commit

Permalink
Remove unused coroutine scope
Browse files Browse the repository at this point in the history
  • Loading branch information
GregHib committed Jan 12, 2025
1 parent c4b0370 commit 0134285
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions game/src/main/kotlin/world/gregs/voidps/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,13 @@ import world.gregs.voidps.network.LoginServer
import world.gregs.voidps.network.login.protocol.decoders
import world.gregs.voidps.script.loadScripts
import java.util.*
import kotlin.coroutines.CoroutineContext

/**
* @author GregHib <[email protected]>
* @since April 18, 2020
*/
object Main : CoroutineScope {
object Main {

override val coroutineContext: CoroutineContext = Contexts.Game
private val logger = InlineLogger()

@OptIn(ExperimentalUnsignedTypes::class)
Expand Down

0 comments on commit 0134285

Please sign in to comment.