mirror of
https://github.com/PretendoNetwork/super-mario-maker.git
synced 2026-08-20 15:54:18 -05:00
fixed object period and data type update functions being swapped
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
"github.com/PretendoNetwork/super-mario-maker-secure/globals"
|
||||
)
|
||||
|
||||
func UpdateObjectPeriodByDataIDWithPassword(dataID uint64, dataType uint16, password uint64) uint32 {
|
||||
func UpdateObjectDataTypeByDataIDWithPassword(dataID uint64, dataType uint16, password uint64) uint32 {
|
||||
var updatePassword uint64
|
||||
var underReview bool
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ import (
|
||||
"github.com/PretendoNetwork/super-mario-maker-secure/globals"
|
||||
)
|
||||
|
||||
func UpdateObjectDataTypeByDataIDWithPassword(dataID uint64, period uint16, password uint64) uint32 {
|
||||
func UpdateObjectPeriodByDataIDWithPassword(dataID uint64, period uint16, password uint64) uint32 {
|
||||
var updatePassword uint64
|
||||
var underReview bool
|
||||
|
||||
|
||||
Reference in New Issue
Block a user