mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 03:55:11 +00:00
Fix Arena script error
This commit is contained in:
parent
2ac5bf4496
commit
2a6d17c4cc
1 changed files with 1 additions and 1 deletions
|
@ -463,7 +463,7 @@ function mario_update(m)
|
|||
network_player_set_override_palette_color(np, CAP, { r = 10, g = 10, b = 40 })
|
||||
network_player_set_override_palette_color(np, EMBLEM, network_player_get_palette_color(np, EMBLEM))
|
||||
else
|
||||
network_player_reset_override_palette_color(np)
|
||||
network_player_reset_override_palette(np)
|
||||
end
|
||||
|
||||
-- set metal
|
||||
|
|
Loading…
Reference in a new issue