forked from teamnwah/openmw-tes3coop
		
	[Server] Killed another tab character
This commit is contained in:
		
							parent
							
								
									74ecbbb975
								
							
						
					
					
						commit
						b658adf7b0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -103,7 +103,7 @@ void LangLua::LoadProgram(const char *filename) | |||
| #if defined(ENABLE_TERRA) | ||||
|     if ((err = terra_loadfile(lua, filename)) != 0) | ||||
| #else | ||||
| 	if ((err =luaL_loadfile(lua, filename)) != 0) | ||||
|     if ((err =luaL_loadfile(lua, filename)) != 0) | ||||
| #endif | ||||
|         throw runtime_error("Lua script " + string(filename) + " error (" + to_string(err) + "): \"" + | ||||
|                             string(lua_tostring(lua, -1)) + "\""); | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue