From dc409b9cb6e92fd9ff9ef18ab2ca825bd247b419 Mon Sep 17 00:00:00 2001 From: Darkelarious Date: Sun, 8 Nov 2015 22:29:50 +0100 Subject: Access ciphers and games through database instead of keeping them in memory --- lib/MasterServer/Core/Core.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/MasterServer/Core/Core.pm') diff --git a/lib/MasterServer/Core/Core.pm b/lib/MasterServer/Core/Core.pm index 4cd6063..a20172c 100755 --- a/lib/MasterServer/Core/Core.pm +++ b/lib/MasterServer/Core/Core.pm @@ -82,6 +82,9 @@ sub main { } } + # (re)load the list with ciphers from the config file, into the database + $self->load_ciphers(); + # start the listening service (listen for UDP beacons) $self->{scope}->{beacon_catcher} = $self->beacon_catcher(); -- cgit v1.2.3