Some updates
@@ -66,7 +66,7 @@
<desc>Port of remote control.</desc>
</param>
</server_params>
-<!-- <pre_start>
+ <pre_start>
cmd /c AtlasTools\RedisDatabase\redis-server_start.bat
- </pre_start>-->
+ </pre_start>
</game_config>
@@ -6,7 +6,7 @@
<game_name>Empyrion – Galactic Survival</game_name>
<server_exec_name>EmpyrionDedicated.exe</server_exec_name>
<cli_template>-batchmode -nographics -logFile Logs/Dedicated.log -dedicated dedicated.yaml</cli_template>
- <console_log>Logs/Dedicated.log</console_log>
+ <exe_location>DedicatedServer</exe_location>
<max_user_amount>128</max_user_amount>
<mods>
<mod key="empyriongs1">
@@ -546,7 +546,7 @@ class TeamSpeak3_Node_Channel extends TeamSpeak3_Node_Abstract
*/
public function getIcon()
{
- if($this["channel_maxclients"] != -1 && $this["channel_maxclients"] <= $this["total_clients"])
+ if(!$this["channel_maxclients"] || ($this["channel_maxclients"] != -1 && $this["channel_maxclients"] <= $this["total_clients"]))
return "channel_full";
}