Jump to content

Error while compiling StaticLootables: Invalid expression term '[' | Line: 43, Pos: 35

Pending 2.11.0

ChardaZAR
ChardaZAR

Posted

Error while compiling StaticLootables: Invalid expression term '[' | Line: 43, Pos: 35

on new update

tacman1981

Posted

same here. hopefully this gets fixed soon

Bob Kazamakis

Posted

Until an official update has been released:

Line 43:
public List<string> panelsList = [];
Change to:
public List<string> panelsList = new List<string>();

Line 2106:
[ProtoMember(5)] public List<byte[]> EntityBuffer  = [];
Change to:
[ProtoMember(5)] public List<byte[]> EntityBuffer = new List<byte[]>();

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.4m
Total downloads
Customers
10.8k
Customers served
Files Sold
155.7k
Marketplace sales
Payments
3.3m
Processed total
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.