AffectedArc07
AffectedArc07
Don't know a better place to file this, so here we are. When attempting to use the savefile decoding script in this repo for another project, I noticed something weird....
Issues being made of non issues is a pain, especially with GitHub discussions being a fully accessible thing now.
Sample code ```java for (AuditLogEntry ale : event.getServer().get().getAuditLog(25, AuditLogActionType.MEMBER_UPDATE).get().getEntries()) { if (ale.getType() != AuditLogActionType.MEMBER_UPDATE) { continue; } for (AuditLogChange alc : ale.getChanges()) { this.bot.getLogger().info(alc.getType().getName()); } } ``` Output  These...
## INITIAL NOTE **"But affected stop removing stuff for no reason!!111"** Not only do I have plenty of reason for this, its already disabled on the production server anyway. This...
Reverts ParadiseSS13/Paradise#18702 --- After profiling, it seems that every time an item is picked up, a full 2ms of CPU time is required.  Of all 11,110 calls, 8,852 of...
## What Does This PR Do This PR removes the signal logic from light switches, mass driver buttons and igniter buttons. It also refactors light switches to make them take...
## Note This PR already has unanimous approval from the design team. Its happening. ## What Does This PR Do Removes the terrorspider gateway as parts of the work of...
## What Does This PR Do Refactors status displays to use their own setter proc and global list instead of the current awful radio signal system. Part of #18685 As...
**Issue Description**: Votes runtime if no answer is picked  I know this will never happen on prod, but its an issue nonetheless. Can easily be fixed with an `if(result)`...
The following is a list of non-TGUIs to be converted. This is non time critical and just used as a simple project if someone wants one. This list intentionally **DOES...