Skip to content

Commit

Permalink
Update API version
Browse files Browse the repository at this point in the history
  • Loading branch information
Beyley committed Nov 6, 2023
1 parent 5138649 commit 2388ba8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
.hash = "122051b3c616c62d55a82207c1cb76e2264b26e8378f56b1e5376d7684bd13616589",
},
.refresh_api = .{
.url = "https://github.com/LittleBigRefresh/refresh-api-zig/archive/4a4aa2b9e5b7fdb77827c51b1999d99bb7d6614b.tar.gz",
.hash = "122041fed4926eeeaa38b75ef8fe1026f4f1c16cc261e333ae5fb5ca3f34d152cb61",
.url = "https://github.com/LittleBigRefresh/refresh-api-zig/archive/fca1b8354eafd50bbcc36f5adc5cf0e94207bb6d.tar.gz",
.hash = "12204226d97211230ee3bab6374775fc46464fc34bf75b46f3ac0c4bcb6393837aaf",
},
},
.paths = .{
Expand Down
4 changes: 2 additions & 2 deletions src/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ pub fn runApp(allocator: std.mem.Allocator) !void {
// .fake => "On a fake level",
.moon => "Creating a level",
.pod => "In the pod",
// else => "Ingame", //Fallback to generic when theres an unknown value
else => "Ingame", //Fallback to generic when theres an unknown value
}),
.state = Rpc.Packet.ArrayString(128).create(switch (room.game) {
.little_big_planet_1 => "Playing LittleBigPlanet 1",
Expand All @@ -260,7 +260,7 @@ pub fn runApp(allocator: std.mem.Allocator) !void {
.little_big_planet_vita => "Playing LittleBigPlanet on Vita",
.little_big_planet_psp => "Playing LittleBigPlanet on PSP",
.website => "Joined from the website",
// else => "Playing LittleBigPlanet", //Fallback to generic when theres an unknown value
else => "Playing LittleBigPlanet", //Fallback to generic when theres an unknown value
}),
.timestamps = .{
.start = null,
Expand Down

0 comments on commit 2388ba8

Please sign in to comment.