- removed clearscope from DSectorEffect.GetSector.

Just because this is a getter does not mean that the data may even exist on the client side!
This commit is contained in:
Christoph Oelckers 2018-03-03 09:28:25 +01:00
parent 4cc8ba3399
commit 5d223bb8c3
1 changed files with 1 additions and 1 deletions

View File

@ -796,7 +796,7 @@ class SectorEffect : Thinker native
{ {
native protected Sector m_Sector; native protected Sector m_Sector;
native clearscope Sector GetSector(); native Sector GetSector();
} }
class Mover : SectorEffect native class Mover : SectorEffect native