ProjectSky
ProjectSky
update: unable to parse variable type in this format ``` c++ WebSocketServer g_hWsServer; // unknown variable type ``` ``` WebSocketServer g_hWsServer; // ok ```
> I can't reproduce this, I assume it's fixed. Please reopen if needed 👍 I don't think it's fixed, as I can consistently reproduce this issue (I've tried testing in...
By the way, I cannot reopen this issue. Do I need to create a new issue?
> Turns out that this only reproduces with variables that have a `_` in their name. Fixed in the parser here [nilshelmig/tree-sitter-sourcepawn@01303c2](https://github.com/nilshelmig/tree-sitter-sourcepawn/commit/01303c29997415c0456e6c1a505ad55b97d0de07). Confirmed fixed, thx for your work
https://github.com/MagmaGuy/EliteMobs/blob/186e80d4ad312a7d6290d8afa04f8f12345d9c4f/build.gradle#L113 Changing the FreeMinecraftModels version from 1.4.2 to 1.5 will resolve the build failure issue
就是个列表,按照以下格式填入MODID即可 ```yaml server_modlist_whitelist: enable: true list: '[mod_id1,mod_id2]' ``` 注意,启用后客户端使用任何不在白名单内的MOD都将无法连接
> Hello - Have you spoken with anyone prior to proposing this? > > Sounds like it's a good extension, but not one that's ubiquitous enough to be included with...
> Throwing in my two cents. This looks nice, but much like headline said I think this should have been talked over before opening a PR. Historically when sourcemod takes...