mirror of
https://gitlab.com/cc-ru/ocelot/ocelot-desktop.git
synced 2025-12-20 02:59:19 +01:00
Merge branch 'feature/adduser-presence-check' into 'develop'
Added "online check" for player nickname in computer.addUser() See merge request cc-ru/ocelot/ocelot-desktop!77
This commit is contained in:
commit
d97cbf05f3
@ -1 +1 @@
|
||||
Subproject commit 525539880fd9510b5a5e476a951d3661a0f5bfa2
|
||||
Subproject commit aee06672fb4b8537a1279ae71d5c6b5cb2065cb8
|
||||
@ -107,6 +107,7 @@ object OcelotDesktop
|
||||
splashScreen.setStatus("Initializing brain...", 0.20f)
|
||||
Ocelot.configPath = Settings.get.brainCustomConfigPath.map(Paths.get(_))
|
||||
Ocelot.librariesPath = Some(OcelotPaths.libraries)
|
||||
Ocelot.isPlayerOnlinePredicate = Some(player => players.exists(_.nickname == player))
|
||||
Ocelot.initialize(logger)
|
||||
|
||||
Items.init()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user