target / grease

Automated Scripting Engine For the Modern Age
https://grease.readthedocs.io
MIT License
42 stars 22 forks source link

Safely executing #92

Closed CameronJHall closed 5 years ago

CameronJHall commented 5 years ago

GREASE Developer Pull Request Checklist Safely executing

Purpose

Prototypes were not using safe execute when they restarted and it was causing issues for scheduled commands.

Expected Outcome

Exceptions should not be thrown upon restarting prototypes without a context

Checklist