hg/feature/cdb-packed
kaetemi 11 years ago
parent 7c40248728
commit 55ca1e7a2a

@ -2871,7 +2871,7 @@ NLMISC_CATEGORISED_DYNVARIABLE(mirror, sint32, MainNbEntities, "Number of online
// We can only read the value // We can only read the value
if ( get ) if ( get )
{ {
if ( MirrorInstance->mirrorIsReady() ) if ( MirrorInstance && MirrorInstance->mirrorIsReady() )
{ {
try try
{ {
@ -2892,7 +2892,7 @@ NLMISC_CATEGORISED_DYNVARIABLE(mirror, sint32, LocalEntities, "Number of online
// We can only read the value // We can only read the value
if ( get ) if ( get )
{ {
if ( MirrorInstance->mirrorIsReady() ) if ( MirrorInstance && MirrorInstance->mirrorIsReady() )
{ {
try try
{ {

Loading…
Cancel
Save