linuxgratos LinuxGratos
  • Joined on 2024-05-26
LinuxGratos commented on issue VoxeLibre/VoxeLibre#4325 2024-05-26 10:48:50 +02:00
Crash during raids

I was able to avoid the crash with initializing the lv variable as below:

local lv = { factor = 0 }

just before the line 331:

lv = mcl_potions.get_effect_level(minetest.get_player_by_name(…

LinuxGratos opened issue VoxeLibre/VoxeLibre#4325 2024-05-26 10:32:45 +02:00
Crash during raids