Plugin broken atm.
Broke March 26 Wipe
Change Line 947
List<BaseEntity> list = Pool.GetList<BaseEntity>();
to
List<BaseEntity> list = Pool.Get<List<BaseEntity>>()
That didnt work. or maybe partially.
Here is the current error after replacing that line
Failed compiling 'Build.cs':
1. No overload for method 'SendNetworkUpdateImmediate' takes 1 arguments [CS1501] (Build 31 line 1210)
That worked Kobani. Thanks. @eracet, put a semi colon after the ()
Hunger79
That worked Kobani. Thanks. @eracet, put a semi colon after the ()
I did with the semi colon,
<BaseEntity> list = Pool.Get<List<BaseEntity>>();
That is when I got the error on line 1210
eracetI did with the semi colon,
<BaseEntity> list = Pool.Get<List<BaseEntity>>();
That is when I got the error on line 1210
Weird. I got no error whatsoever. Maybe you didn't have the last fix either from the previous time Build broke.
oops 😅
thats right
List<BaseEntity> list = Pool.Get<List<BaseEntity>>();
you guys rock! Thanks
Hunger79
Weird. I got no error whatsoever. Maybe you didn't have the last fix either from the previous time Build broke.
It ran fine over the last months. not sure what is going on with it then. If you message me on discord and maybe see if I missed something