Fix for hash change
See merge request xonotic/xonotic-data.pk3dir!678
- wget -O data/maps/stormkeep.waypoints https://gitlab.com/xonotic/xonotic-maps.pk3dir/raw/master/maps/stormkeep.waypoints
- wget -O data/maps/stormkeep.waypoints.cache https://gitlab.com/xonotic/xonotic-maps.pk3dir/raw/master/maps/stormkeep.waypoints.cache
- make
- - EXPECT=0bff07a368ae61253bf725b0a7e794e7
+ - EXPECT=31f883fe0cf71816f7862521a8014eea
- HASH=$(${ENGINE} -noconfig -nohome +exec serverbench.cfg
| tee /dev/stderr
| grep '^:'
void CreatureFrame_hotliquids(entity this)
{
- if (this.dmgtime > time)
+ if (this.dmgtime >= time)
{
return;
}