Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit 0a606a3

Browse files
committed
fix(content): Type conflict after last merge
1 parent af65035 commit 0a606a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/src/scripts/minigames/game_duelarena/scripts/duel_arena_start.rs2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ say("FIGHT!");
9191

9292
[proc,duel_arena_coord]()(coord)
9393
// if all arenas are full, return null
94-
if (~duel_arena_obstacles_check = true) {
94+
if (~duel_arena_obstacles_check = ^true) {
9595
def_int $i = 0;
9696
while ($i < db_getfieldcount(duel_arena_obstacle_fight_zones, coord_pair_table:coord_pair)) {
9797
if (map_playercount(db_getfield(duel_arena_obstacle_fight_zones, coord_pair_table:coord_pair, $i)) < 24) {

0 commit comments

Comments
 (0)