Skip to content

Commit

Permalink
fix Debug.ReloadFieldBegin (#726)
Browse files Browse the repository at this point in the history
  • Loading branch information
salix5 authored Feb 11, 2025
1 parent a9685da commit 26413fc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libdebug.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,6 @@ int32_t scriptlib::debug_reload_field_begin(lua_State *L) {
pduel->game_field->core.duel_rule = 1;
else
pduel->game_field->core.duel_rule = CURRENT_RULE;
if (pduel->game_field->core.duel_rule == MASTER_RULE3) {
pduel->game_field->player[0].szone_size = 8;
pduel->game_field->player[1].szone_size = 8;
}
return 0;
}
int32_t scriptlib::debug_reload_field_end(lua_State *L) {
Expand Down

0 comments on commit 26413fc

Please sign in to comment.