aboutsummaryrefslogtreecommitdiff
path: root/src/sky.cpp
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2015-03-17 09:13:12 +0100
committerLoic Blot <loic.blot@unix-experience.fr>2015-03-17 15:26:20 +0100
commit768596927458d4d1d4ae7914526311471d242555 (patch)
tree80619a7712a6f7960cf6c2d2676103e23806237a /src/sky.cpp
parent814e55597d3c3c1711825366d4345cee48d8fb87 (diff)
downloadminetest-768596927458d4d1d4ae7914526311471d242555.tar.gz
minetest-768596927458d4d1d4ae7914526311471d242555.tar.bz2
minetest-768596927458d4d1d4ae7914526311471d242555.zip
Server::step throw is never catched in minetestserver
Replace it with an errorstream + assert for server This throw can be trigger by LuaError exception or ConnectionBindFailed exception in the following functions: * EmergeThread::Thread() * ScriptApiEnv::environment_Step() * ScriptApiEnv::player_event() * ServerThread::Thread()
Diffstat (limited to 'src/sky.cpp')
0 files changed, 0 insertions, 0 deletions
='#n128'>128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207