midspace / Space-Engineers-Admin-script-mod

Modding script for Space Engineers with dozens of Admin commands for creating game scenarios or supporting servers.
45 stars 13 forks source link

Broken with new update #176

Closed Zataralee closed 7 years ago

Zataralee commented 7 years ago

This is from my servers log file.

\316190120.sbm_midspace.adminscripts\CommandSettings.cs(127,147): Error: 'bool' does not contain a definition for 'HasValue' and no extension method 'HasValue' accepting a first argument of type 'bool' could be found (are you missing a using directive or an assembly reference?) 2017-02-02 11:37:22.919 - Thread: 8 -> MOD_ERROR: Midspace's Admin helper commands 2017-02-02 11:37:22.919 - Thread: 8 -> in file: 2017-02-02 11:37:22.919 - Thread: 8 -> C:\Users\Administrator\AppData\Local\Temp\2\SpaceEngineers\316190120.sbm_midspace.adminscripts\CommandSettings.cs(127,207): Error: 'bool' does not contain a definition for 'Value' and no extension method 'Value' accepting a first argument of type 'bool' could be found (are you missing a using directive or an assembly reference?) 2017-02-02 11:37:22.919 - Thread: 8 -> MOD_ERROR: Midspace's Admin helper commands 2017-02-02 11:37:22.919 - Thread: 8 -> in file: 2017-02-02 11:37:22.919 - Thread: 8 -> C:\Users\Administrator\AppData\Local\Temp\2\SpaceEngineers\316190120.sbm_midspace.adminscripts\CommandSettings.cs(128,151): Error: 'bool' does not contain a definition for 'HasValue' and no extension method 'HasValue' accepting a first argument of type 'bool' could be found (are you missing a using directive or an assembly reference?) 2017-02-02 11:37:22.919 - Thread: 8 -> MOD_ERROR: Midspace's Admin helper commands 2017-02-02 11:37:22.919 - Thread: 8 -> in file: 2017-02-02 11:37:22.919 - Thread: 8 -> C:\Users\Administrator\AppData\Local\Temp\2\SpaceEngineers\316190120.sbm_midspace.adminscripts\CommandSettings.cs(128,214): Error: 'bool' does not contain a definition for 'Value' and no extension method 'Value' accepting a first argument of type 'bool' could be found (are you missing a using directive or an assembly reference?) 2017-02-02 11:37:22.919 - Thread: 8 -> MOD_ERROR: Midspace's Admin helper commands 2017-02-02 11:37:22.919 - Thread: 8 -> in file: 2017-02-02 11:37:22.919 - Thread: 8 -> C:\Users\Administrator\AppData\Local\Temp\2\SpaceEngineers\316190120.sbm_midspace.adminscripts\CommandSessionWolves.cs(60,63): Error: 'bool' does not contain a definition for 'HasValue' and no extension method 'HasValue' accepting a first argument of type 'bool' could be found (are you missing a using directive or an assembly reference?) 2017-02-02 11:37:22.919 - Thread: 8 -> MOD_ERROR: Midspace's Admin helper commands 2017-02-02 11:37:22.919 - Thread: 8 -> in file: 2017-02-02 11:37:22.919 - Thread: 8 -> C:\Users\Administrator\AppData\Local\Temp\2\SpaceEngineers\316190120.sbm_midspace.adminscripts\CommandSessionWolves.cs(60,106): Error: 'bool' does not contain a definition for 'Value' and no extension method 'Value' accepting a first argument of type 'bool' could be found (are you missing a using directive or an assembly reference?) 2017-02-02 11:37:22.919 - Thread: 8 -> MOD_ERROR: Midspace's Admin helper commands 2017-02-02 11:37:22.919 - Thread: 8 -> in file: 2017-02-02 11:37:22.919 - Thread: 8 -> C:\Users\Administrator\AppData\Local\Temp\2\SpaceEngineers\316190120.sbm_midspace.adminscripts\CommandSessionSpiders.cs(58,97): Error: 'bool' does not contain a definition for 'HasValue' and no extension method 'HasValue' accepting a first argument of type 'bool' could be found (are you missing a using directive or an assembly reference?) 2017-02-02 11:37:22.919 - Thread: 8 -> MOD_ERROR: Midspace's Admin helper commands 2017-02-02 11:37:22.919 - Thread: 8 -> in file: 2017-02-02 11:37:22.919 - Thread: 8 -> C:\Users\Administrator\AppData\Local\Temp\2\SpaceEngineers\316190120.sbm_midspace.adminscripts\CommandSessionSpiders.cs(58,174): Error: 'bool' does not contain a definition for 'Value' and no extension method 'Value' accepting a first argument of type 'bool' could be found (are you missing a using directive or an assembly reference?)

midspace commented 7 years ago

Thanks, it took me 20 minutes to download the SE update, but the log file gave me a heads up on what to fix while waiting.

It's now released.

Zataralee commented 7 years ago

Great. Thanks.