forked from cacklingfiend/lignumis
		
	Replace util.copy with table.deepcopy
This commit is contained in:
		
							parent
							
								
									d50fdf0fc8
								
							
						
					
					
						commit
						c1fb162122
					
				
					 12 changed files with 25 additions and 25 deletions
				
			
		|  | @ -28,7 +28,7 @@ local function travel_to_nauvis() | |||
|     local crashed_ship_parts = remote.call("freeplay", "get_ship_parts") | ||||
| 
 | ||||
|     nauvis.daytime = 0.7 | ||||
|     crash_site.create_crash_site(nauvis, { -5, -6 }, ship_items, debris_items, util.copy(crashed_ship_parts)) | ||||
|     crash_site.create_crash_site(nauvis, { -5, -6 }, ship_items, debris_items, table.deepcopy(crashed_ship_parts)) | ||||
| end | ||||
| 
 | ||||
| script.on_event(e.on_rocket_launched, function(event) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Simon Brodtmann
						Simon Brodtmann