Formatting fixes

This commit is contained in:
Casper Warden
2020-11-20 12:46:44 +00:00
parent 68eaf3f652
commit f05d823987
2 changed files with 8 additions and 3 deletions

View File

@@ -632,7 +632,8 @@ export class RegionCommands extends CommandsBase
try
{
Logger.Info('Setting texture entry');
await object.setTextureEntry(obj.TextureEntry).then(() => {}).catch((err) => {
await object.setTextureEntry(obj.TextureEntry).then(() => {}).catch((err) =>
{
console.error(err);
});
}