Skip to content

Commit 5477cc3

Browse files
authored
Update Application.go
1 parent 91b14c1 commit 5477cc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

game/Application.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ print=function(...)
9797
end
9898
9999
`
100-
if requireBBELibLuaCode != "" && os.Getenv("IgnoreBBEHome") == "" {
100+
if requireBBEHomeLib != "" && os.Getenv("IgnoreBBEHome") == "" {
101101
initLuaCode = requireBBEHomeLib + initLuaCode
102102
}
103103
if err := L.DoString(initLuaCode); err != nil {

0 commit comments

Comments
 (0)