Changeset 11854 for code/branches/ScriptableController_HS17/src/orxonox/scriptablecontroller/scriptable_controller.cc
- Timestamp:
- Apr 12, 2018, 1:40:36 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ScriptableController_HS17/src/orxonox/scriptablecontroller/scriptable_controller.cc
r11673 r11854 22 22 if(lua == nullptr) 23 23 { 24 orxout(internal_warning) << "ScriptableController: Fa lied to load script " << file_path << std::endl;24 orxout(internal_warning) << "ScriptableController: Failed to load script " << file_path << std::endl; 25 25 return LUA_ERRMEM; 26 26 }
Note: See TracChangeset
for help on using the changeset viewer.