aboutsummaryrefslogtreecommitdiff
path: root/games/devtest/mods/util_commands
diff options
context:
space:
mode:
authorWuzzy <wuzzy2@mail.ru>2020-05-26 19:49:02 +0200
committerGitHub <noreply@github.com>2020-05-26 19:49:02 +0200
commit1afd6d682af3c9c1d568ba7ea2dc0b5b998090aa (patch)
treef6cbe66393daf5a3740c7c62d5b6622ee332e3ff /games/devtest/mods/util_commands
parent083b285f4319c470f307f0b52f03a2fb68facd38 (diff)
downloadminetest-1afd6d682af3c9c1d568ba7ea2dc0b5b998090aa.tar.gz
minetest-1afd6d682af3c9c1d568ba7ea2dc0b5b998090aa.tar.bz2
minetest-1afd6d682af3c9c1d568ba7ea2dc0b5b998090aa.zip
Devtest: Fix crash in player unittest (#9937)
Happened if player unittests run when player has exactly 3 HP
Diffstat (limited to 'games/devtest/mods/util_commands')
0 files changed, 0 insertions, 0 deletions
'>123 124 125 126 127 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
/*
Minetest
Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Lesser General Public License for more details.