Skip to content

Commit

Permalink
Merge pull request #277 from piqey/master
Browse files Browse the repository at this point in the history
Fixed `lua_run` case sensitivity
  • Loading branch information
TeamSpen210 authored Sep 14, 2024
2 parents dce0b3e + e6e7e9e commit e742659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fgd/point/lua_run.fgd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
iconsprite("editor/lua_run.vmt")
= lua_run : "Runs Lua Code"
[
code(string) : "Code" : "" : "Lua code to run when triggered"
Code(string) : "Code" : "" : "Lua code to run when triggered"

spawnflags(flags) =
[
Expand Down

0 comments on commit e742659

Please sign in to comment.