- made friendlyseeblocks writable.

There’s really no need for this to be read-only.
This commit is contained in:
Christoph Oelckers 2022-04-29 00:33:42 +02:00
parent c83344f5c2
commit c855ed90ea

View file

@ -252,7 +252,7 @@ class Actor : Thinker native
native readonly int BloodTranslation; native readonly int BloodTranslation;
native int RenderHidden; native int RenderHidden;
native int RenderRequired; native int RenderRequired;
native readonly int FriendlySeeBlocks; native int FriendlySeeBlocks;
native readonly int SpawnTime; native readonly int SpawnTime;
private native int InventoryID; // internal counter. private native int InventoryID; // internal counter.