mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-03-22 18:58:13 +05:00
Remove all MSVC __int64 (#742)
This commit is contained in:
@@ -789,7 +789,7 @@ void MultiPlayerLevel::setScoreboard(Scoreboard *scoreboard)
|
||||
this->scoreboard = scoreboard;
|
||||
}
|
||||
|
||||
void MultiPlayerLevel::setDayTime(__int64 newTime)
|
||||
void MultiPlayerLevel::setDayTime(int64_t newTime)
|
||||
{
|
||||
// 4J: We send daylight cycle rule with host options so don't need this
|
||||
/*if (newTime < 0)
|
||||
|
||||
Reference in New Issue
Block a user