mirror of
https://github.com/etlegacy/etlegacy-lua-scripts.git
synced 2024-11-22 12:31:20 +00:00
commit
07d37a329a
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ function et_ConsoleCommand(_command)
|
|||
return 1
|
||||
end
|
||||
|
||||
if string.lower(command) == "shader" then
|
||||
if string.lower(_command) == "shader" then
|
||||
et.G_ShaderRemap("textures/battery/terrain_0", "textures/fueldump/terrain1_2")
|
||||
et.G_ShaderRemap("textures/battery/terrain_1", "textures/fueldump/terrain1_2")
|
||||
et.G_ShaderRemap("textures/battery/terrain_2", "textures/fueldump/terrain1_2")
|
||||
|
|
Loading…
Reference in a new issue