Skip to content

Commit

Permalink
Make LevelExitToLobby public
Browse files Browse the repository at this point in the history
  • Loading branch information
maddie480 committed Jan 24, 2021
1 parent fae096a commit 6b8a191
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion UI/LevelExitToLobby.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.Collections;

namespace Celeste.Mod.CollabUtils2.UI {
class LevelExitToLobby : Scene {
public class LevelExitToLobby : Scene {
private string targetSID;
private string targetRoom;
private Vector2 targetSpawnPoint;
Expand Down
2 changes: 1 addition & 1 deletion everest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- Name: CollabUtils2
Version: 1.3.8
Version: 1.3.8.1
DLL: bin/Debug/net452/CollabUtils2.dll
Dependencies:
- Name: Everest
Expand Down

0 comments on commit 6b8a191

Please sign in to comment.