mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] bunch of misc fixes (#10084)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
08485074a9
commit
07017b04a7
@@ -40,19 +40,17 @@
|
||||
///Used for doing dry runs of the reference finder, to test for feature completeness
|
||||
//#define REFERENCE_TRACKING_DEBUG
|
||||
|
||||
#ifdef FIND_REF_NO_CHECK_TICK
|
||||
/world
|
||||
loop_checks = FALSE
|
||||
#endif
|
||||
|
||||
///Run a lookup on things hard deleting by default.
|
||||
//#define GC_FAILURE_HARD_LOOKUP
|
||||
#ifdef GC_FAILURE_HARD_LOOKUP
|
||||
#define FIND_REF_NO_CHECK_TICK
|
||||
#endif //ifdef GC_FAILURE_HARD_LOOKUP
|
||||
|
||||
//CHOMPEdit begin
|
||||
#ifdef FIND_REF_NO_CHECK_TICK
|
||||
/world
|
||||
loop_checks = FALSE
|
||||
#endif
|
||||
//CHOMPEdit end
|
||||
|
||||
#endif //ifdef REFERENCE_TRACKING
|
||||
|
||||
// Standard flags to use for browser-options
|
||||
|
||||
Reference in New Issue
Block a user