diff --git a/legacyver/v818.go b/legacyver/v818.go index 6c1849f..e6f3b32 100644 --- a/legacyver/v818.go +++ b/legacyver/v818.go @@ -25,7 +25,7 @@ var ( func itemMappingLatest(deleteDebugStick bool) mapping.Item { if deleteDebugStick { - return itemMappingLatestWithDebugStick + return itemMappingLatestWithoutDebugStick } - return itemMappingLatestWithoutDebugStick + return itemMappingLatestWithDebugStick }