mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 12:05:11 +00:00
Fix texture override example
This commit is contained in:
parent
4b62f9be25
commit
b04dc23aa5
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
-- description: Run /matrix and a builtin texture name to replace with the digital rain
|
||||
-- deluxe: true
|
||||
|
||||
if SM64COOPDX_VERSION ~= nil then
|
||||
if SM64COOPDX_VERSION == nil then
|
||||
local first = false
|
||||
hook_event(HOOK_ON_LEVEL_INIT, function()
|
||||
if not first then
|
||||
|
|
Loading…
Reference in a new issue