Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed synchronization of weathers and interiors #96

Closed
wants to merge 6 commits into from

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    e29fd45 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Fixed synchronization of weathers and interiors

    - ServerRPCs can only be called by clients and ClientRPCs can only be called by server. The issue here was that the check made to call the ServerRPCs was only to see if it was a server, which doesn't make sense because the server can't make a ServerRPC call.
    
    - Fixes IAmBatby#92
    WhiteSpike committed May 12, 2024
    Configuration menu
    Copy the full SHA
    592b243 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    d1ed196 View commit details
    Browse the repository at this point in the history
  2. 1.2.3 Experimental Build 1

    IAmBatby committed May 13, 2024
    Configuration menu
    Copy the full SHA
    56c63f2 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    589bbd3 View commit details
    Browse the repository at this point in the history
  2. Revert "Fixed synchronization of weathers and interiors"

    This reverts commit 592b243.
    WhiteSpike committed May 14, 2024
    Configuration menu
    Copy the full SHA
    b6e96f1 View commit details
    Browse the repository at this point in the history