making some changes

This commit is contained in:
2026-04-01 22:22:05 -07:00
parent 60783fdb16
commit 14beeb686a
4 changed files with 253 additions and 4 deletions
+1
View File
@@ -70,6 +70,7 @@ Added
- Better Destroy logic for connections
- Added UPTIME to all objects in the library via the create hook
- added `proc:isPaused()` to processors
- `multi.setClock(c)` allows you to set the internal clock used by the multi core. For example on linux os.clock doesn't give time elapsed since the program started like it does on windows. This method allows one to swap that out.
Changed
---