Skip to content

Commit

Permalink
Change to 'publishPlaceToUniverse'
Browse files Browse the repository at this point in the history
Universe is the technical term for an experience.
  • Loading branch information
Vorlias committed Mar 9, 2022
1 parent e1a6aba commit a07e678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/remodel_api/remodel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ impl UserData for Remodel {
);

methods.add_function(
"publishPlaceToCloud",
"publishPlaceToUniverse",
|context, (instance, universe_id, place_id): (LuaInstance, u64, u64)| {
Remodel::write_existing_place_asset(
context,
Expand Down

0 comments on commit a07e678

Please sign in to comment.