Skip to content

Commit

Permalink
Update prefetch keys
Browse files Browse the repository at this point in the history
  • Loading branch information
GregHib committed Feb 16, 2024
1 parent 670f9fa commit 06fc7e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion game/src/main/resources/game.properties
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ gamePrivate=8330565e649c16d32f841f0b26a97ad044def821164045b176adf0ae25d5e1c0d220
fileModulus=d6808be939bbfd2ec4e96b1581ce3e1144b526e7643a72e3c64fbb902724fbfcf14ab601da6d6f8dbb57d1c369d080d9fc392abeb7886e0076d07f2aea5810e540d2817fd1967e35b39cc95cf7c9170b5fb55f5bf95524b60e938f0d64614bc365b87d66963a8cc8664e32875366099ef297180d01c7c3842162865e11d92299
filePrivate=bd7a119cf43de5f90141fb30a5582ca58e5ec2bdd560780a522c2e4fb8f4478f790978db0c3a6d36f28d31a2ff7e89c384b46ed8c740c182b1719d53a86c2086f376d1c213785fd35c2aac5648195d10681d00a8c801dcebc1c7645daad5824c95430324a71228bb43be1bb7df6ac6ca8587f0848cf765fb850f40486b5475ed
# File server prefetch file list
prefetchKeys=104,79328,55571,46770,24563,299978,44375,0,4177,2822,99949,618327,155210,332223,383345,682590,18893,19068,16187,1248,6254,526,119,741324,821696,3671,2908
prefetchKeys=104,79328,55571,46770,24563,299978,44375,0,4177,2822,100024,617990,155187,332544,388139,682557,18883,19031,16187,1248,6254,526,119,741556,821698,3671,2908
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ abstract class InterfaceModifier {

val mod = modifications[file] ?: continue
definition.id = file
println("Modified $id $file")
println("Modified interface $id $file")
mod.invoke(definition)

// Write
Expand Down

0 comments on commit 06fc7e6

Please sign in to comment.