add lcemp networking + ps3 support
YES I KNOW ITS GARBAGE, THATS WHY ITS NOT ON MAIN ILL FIX IT UP IN FUTURE COMMITS THEN MERGE TO MAIN
This commit is contained in:
@@ -3966,6 +3966,7 @@ void Minecraft::releaseLevel(int message)
|
||||
// time when exiting from an online game
|
||||
void Minecraft::forceStatsSave(int idx)
|
||||
{
|
||||
#ifndef DISABLE_PSN
|
||||
//4J Gordon: Force a stats save
|
||||
stats[idx]->save(idx, true);
|
||||
|
||||
@@ -3977,6 +3978,7 @@ void Minecraft::forceStatsSave(int idx)
|
||||
stats[idx]->saveLeaderboards();
|
||||
ProfileManager.SetLockedProfile(tempLockedProfile);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
// 4J Added
|
||||
|
||||
Reference in New Issue
Block a user