mirror of
https://github.com/kuroppoi/entralinked.git
synced 2026-09-08 08:45:14 -05:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
df298d8703 |
@@ -528,7 +528,8 @@ public class PglHandler implements HttpHandler {
|
||||
String gameSyncId = GsidUtility.stringifyGameSyncId(Integer.parseInt(ctx.body().replace("\u0000", ""))); // So quirky
|
||||
|
||||
// Check if Game Sync ID is valid
|
||||
if(!GsidUtility.isValidGameSyncId(request.gameSyncId())) {
|
||||
if(!GsidUtility.isValidGameSyncId(gameSyncId)) {
|
||||
logger.debug("[account.createdata] Rejecting invalid Game Sync ID: {} ({})", gameSyncId, ctx.body());
|
||||
writeStatusCode(outputStream, 8); // Invalid Game Sync ID
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user