NOISSUE set haspaid parameter to true when launching old versions
This commit is contained in:
parent
102804ef82
commit
c707042dd7
@ -51,6 +51,7 @@ public class LegacyFrame extends Frame implements WindowListener
|
||||
appletWrap.setParameter ( "username", user );
|
||||
appletWrap.setParameter ( "sessionid", session );
|
||||
appletWrap.setParameter ( "stand-alone", "true" ); // Show the quit button.
|
||||
appletWrap.setParameter ( "haspaid", "true" ); // Some old versions need this for world saves to work.
|
||||
appletWrap.setParameter ( "demo", "false" );
|
||||
appletWrap.setParameter("fullscreen", "false");
|
||||
mcApplet.setStub(appletWrap);
|
||||
|
Loading…
Reference in New Issue
Block a user