mage/Mage.Client/config/security.policy
magenoxx a7a496af0e Now client can start embedded Mage Server (player's feature request).
Works only for "localhost". Still can be used with external server but in such case server should be started first.
2011-12-23 13:14:32 +04:00

3 lines
No EOL
56 B
Text

grant {
permission java.security.AllPermission;
};