Rogue removed cvar access.

This commit is contained in:
Mari the Deer 2022-07-13 18:56:30 +02:00
commit 245414cb0f
2 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
[default]
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r175 \cu(Wed 13 Jul 16:22:57 CEST 2022)\c-";
SWWM_SHORTVER="\cw1.3pre r175 \cu(2022-07-13 16:22:57)\c-";
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r177 \cu(Wed 13 Jul 18:56:50 CEST 2022)\c-";
SWWM_SHORTVER="\cw1.3pre r177 \cu(2022-07-13 18:56:50)\c-";

View file

@ -361,7 +361,7 @@ extend Class SWWMHandler
SWWMSimpleTracker.Track(self,a);
}
bt.Destroy();
if ( swwm_mm_portaloverlay && (psectors.Size() > 1) )
if ( psectors.Size() > 1 )
{
// oh boy here we go
int thisgroup = players[consoleplayer].Camera.CurSector.portalgroup;